The solution is to make your own plugin and rewrite the function, a bit hacky but in my case, this will do!
<?php
namespace Your\Plugin\XF\Api\ControllerPlugin;
class User extends XFCP_User
{
public function userSaveProcessAdmin(\XF\Entity\User $user)
{
if...
So the problem: cannot change user password true REST API if the user is Supper Administrator (don't know about simple admin or moderator)
how to reproduce
1) Create API key with full access (login with this dummy user as admin)
2) Create dummy user -> make him a supper administrator
3) use...
Hallo!...
I`m using SSO to login user,
but i hit a snag that my forum users will newer know they passwords (due using custom password from other system).
So if they will newer know their password!
I need to log in users who have admins rights and can open /admin url with SSO as well.
Any...
Hello trying to download:
https://xenforo.com/community/threads/disable-email-and-password-edit.190869/
But im not able to.
Ishould be an licensed user.
I have set up that my other web page logs in user using loginUrl from rest API,
but I cannot find a solution to logout user that is log out by id , or logout by url or smth...
Maybe someone can point me in right direction.