mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-12-12 13:33:46 +08:00
5632fef621
Hardened things to enforce the intent that the guest account should not be used for logins. Currently this would not be allowed due to empty set password, and no password fields on user edit forms, but an error could occur if the login was attempted. This adds: - Handling to show normal invalid user warning on login instead of a hash check error. - Prevention of guest user via main login route, in the event that inventive workarounds would be used by admins to set a password for this account. - Test for guest user login. |
||
---|---|---|
.. | ||
AuthTest.php | ||
GroupSyncServiceTest.php | ||
LdapTest.php | ||
LoginAutoInitiateTest.php | ||
MfaConfigurationTest.php | ||
MfaVerificationTest.php | ||
OidcTest.php | ||
RegistrationTest.php | ||
ResetPasswordTest.php | ||
Saml2Test.php | ||
SocialAuthTest.php | ||
UserInviteTest.php |