silverstripe-framework/tests/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
..
BasicAuthTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
BasicAuthTest.yml ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2010-10-18 22:29:35 +00:00
GroupCsvBulkLoaderTest_withExisting.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupCsvBulkLoaderTest.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupCsvBulkLoaderTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GroupCsvBulkLoaderTest.yml ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupTest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() 2010-02-12 00:58:10 +00:00
MemberCsvBulkLoaderTest_withGroups.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberCsvBulkLoaderTest.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberCsvBulkLoaderTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberCsvBulkLoaderTest.yml ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberTest.php BUGFIX Keep Member.PasswordEncryption setting on empty passwords 2013-02-17 23:30:41 +01:00
MemberTest.yml API CHANGE Member->canEdit() returns false if the editing member has lower permissions than the edited member, for example if a member with CMS_ACCESS_SecurityAdmin permissions tries to edit an ADMIN (fixes #5651) (from r110856) 2010-10-19 02:46:26 +00:00
PasswordEncryptorTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PasswordValidatorTest.php Fixed PHPUnit assertions for incomplete tests in core 2012-11-23 15:16:39 +01:00
PermissionCheckboxSetFieldTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionCheckboxSetFieldTest.yml MINOR Using BlankPage template in SecurityTest, BasicAuthTest to remove ContentController dependency 2011-03-29 18:07:55 +13:00
PermissionRoleTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionRoleTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group (from r94887) 2009-12-16 05:43:59 +00:00
PermissionTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PermissionTest.yml MINOR Removed reliance of sapphire/admin unit tests on SiteTree and CMSMain 2011-03-29 18:20:10 +13:00
RandomGeneratorTest.php API Hash autologin tokens before storing in the database. 2012-11-09 11:29:42 +01:00
SecurityDefaultAdminTest.php Fixed PHPUnit assertions for incomplete tests in core 2012-11-23 15:16:39 +01:00
SecurityTest.php API CHANGE: Added Security::set_login_url() so that you can define an alternative log-in page if you have made one yourself. 2013-01-29 18:03:47 +01:00
SecurityTokenTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00