We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The title says it all.
Admin-level users are unable to log in as other users when 'allowAdminChanges' => false.
'allowAdminChanges' => false
In 3.1.5 I was logging in as my other users and tweaking their account widgets but now that I'm in 3.1.6.1 I can no longer set up these accounts.
I receive this error dialog box:
http://share.jmx2.com/1JcXT4
The text was updated successfully, but these errors were encountered:
0cf5513
Thanks for reporting that, it’s fixed for the next release!
To patch your install and get the fix early, change your craftcms/cms requirement in composer.json to:
craftcms/cms
composer.json
"require": { "craftcms/cms": "dev-develop#0cf5513a84020b927b1e5534e9c98cab950ccbf8 as 3.1.6.1", "...": "..." }
Then run composer update.
composer update
Sorry, something went wrong.
No branches or pull requests
Description
The title says it all.
Admin-level users are unable to log in as other users when
'allowAdminChanges' => false
.In 3.1.5 I was logging in as my other users and tweaking their account widgets but now that I'm in 3.1.6.1 I can no longer set up these accounts.
I receive this error dialog box:
http://share.jmx2.com/1JcXT4
Steps to reproduce
'allowAdminChanges' => false
in config/general.phpAdditional info
The text was updated successfully, but these errors were encountered: