YOURLS-AuthMgrPlus
YOURLS-AuthMgrPlus copied to clipboard
Seperates user data & manages authorization with role-based access controls (RBAC)
There is a problem with the role assignment: If `$amp_default_role` is set, all logged in users are assigned to this default_role, no matter if there is an entry for the...
I tried setting a user as editor both using the config file and using this plugin (for user database) - https://gist.github.com/ediathome/e9287408d4dc36a7742dfe7ebd581e86 In both these instances, though `ampRoles::Editor => array` doesn't...
In reference to @nicwaller's issue https://github.com/nicwaller/yourls-authmgr-plugin/issues/10, there should/could be an admin page to manage users/roles. Some work has been done on this here https://github.com/joshp23/YOURLS-AuthMgrPlus/commit/1977912f40df9a583016017fa5fb2ef253b5e4ba
When trying to log in after enabling the plugin, the follow error is displayed. Error Unauthorized action or expired link I'm setting up a new YOURLS v1.9.1 and trying to...
Hey, Anyone been getting this lately? Seems to of died on me. Been working fine until today. ``` [15-Jun-2022 20:18:51 UTC] PHP Fatal error: Uncaught Error: Undefined constant "YOURLS_USER" in...
after enabling the plugin, i can no longer manage any plugins, even though i am supposed to be administrator: ```php $amp_role_assignment = array( 'Administrator' => array( 'me', ), ); ```...
php is not Python, and the indentation is meaningless for code-blocks... thus the snippet ```php if ($foo) foreach ($x as $a => $b) if ($yikes) doit; elseif ($bar) somethingelse; ```...
Hi I tried using this plugin together with google-auth-yourls and it seems to be incompatible. Added the email address I used to authenticate into the administrator list and I get:...
hi i installed this plugin on my YOURLS and add bellow lines in config.php,but the _**cuser**_ (and all other users with other privileges)has administrator privileges: $amp_role_assignment = array( 'Administrator' =>...
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function amp_ajax_button_check() `yourls_table_add_row` function introduce second argument `$keyword` in v1.8, therefore plugin will throw error on previous versions. https://github.com/YOURLS/YOURLS/blob/1.7.3/includes/functions-html.php#L560 `$actions =...