silverstripe-framework/security
Ingo Schommer 30096ee730 BUGFIX Keep Member.PasswordEncryption setting on empty passwords
This will prevent empty passwords to set the encryption to 'none',
which in turn will store any subsequent password changes in cleartext.
Reproduceable e.g. with ConfirmedPasswordField and setCanBeEmpty(true).
2013-02-17 23:30:41 +01:00
..
Authenticator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
BasicAuth.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ChangePasswordForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Group.php FIX Group->canEdit() correct non-admin checks (fixes #8250) 2013-02-07 09:19:57 +01:00
GroupCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginAttempt.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Member.php FIX Only check the remember token if a user exists 2013-01-30 09:17:47 +13:00
MemberAuthenticator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
MemberCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberLoginForm.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
MemberPassword.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PasswordEncryptor.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
PasswordValidator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Permission.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
PermissionCheckboxSetField.php BUG Permission checkbox display on members (fixes #8193) 2013-01-17 19:36:53 +01:00
PermissionFailureException.php API CHANGE: Add a PermissionFailureException that can be thrown to trigger a log-in. 2013-01-29 18:10:42 +01:00
PermissionProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionRole.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PermissionRoleCode.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
RandomGenerator.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
Security.php BUGFIX Keep Member.PasswordEncryption setting on empty passwords 2013-02-17 23:30:41 +01:00
SecurityToken.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00