Uh oh!
There was an error while loading. Please reload this page.
Automatically log in for EveryonesAnAdminProvider and EveryonesReadOnlyProvider - #282
Automatically log in for EveryonesAnAdminProvider and EveryonesReadOnlyProvider#282AlexSikilinda wants to merge 2 commits into
Conversation
NickCraver
commented
Sep 4, 2017
This isn't the intent of the "EveryoneIsAnAdmin". A key aspect is you still need to login. Actions should still be traceable to you, including in exceptions, admin operations, etc. EveryoneIsAnAdmin is also everyone who can log in is an admin, this may or may not be everyone. Such a view breaks that use case (and the intent above). |
AlexSikilinda
commented
Sep 4, 2017
Was under the impression that But I got your point about authenticating an admin, it's just a little bit confusing that you have to type a random password which actually isn't validated. Maybe the password input should be hidden on the login page, just wondering. |
When EveryonesAnAdmin or EveryonesReadOnly is selected as the security provider users are redirected to the login page where they are supposed to type random login/password.
This commit introduces custom view which contains auto-submitted form so that users don't need to login.