Recent content by Artis

  1. Artis

    XF 2.2 Error updating Super admin password update with REST api

    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...
  2. Artis

    XF 2.2 Error updating Super admin password update with REST api

    Looks like it`s inbuilt functionality that admin true API cannot do certain things.
  3. Artis

    XF 2.2 Error updating Super admin password update with REST api

    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...
  4. Artis

    XF 2.2 SSO for ADMIN

    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...
  5. Artis

    I Can't Download An Add-on

    Tnx u made my day!
  6. Artis

    I Can't Download An Add-on

    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.
  7. Artis

    Rest Api Logout url for user X

    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.
Back
Top Bottom