silverstripe-framework/tests/security
Ingo Schommer eecd34868f 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:16:25 +01:00
..
BasicAuthTest.php BUGFIX: BasicAuthTests fail when Member's unique_identifier_field is anything except the default of Email 2011-02-02 14:19:48 +13:00
BasicAuthTest.yml ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2011-02-02 14:19:38 +13:00
GroupCsvBulkLoaderTest_withExisting.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupCsvBulkLoaderTest.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupCsvBulkLoaderTest.php BUGFIX: results sorted alphabetically for consistency 2011-02-02 14:19:05 +13:00
GroupCsvBulkLoaderTest.yml ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
GroupTest.yml Merged from branches/2.3 2009-04-29 01:20:24 +00:00
MemberAuthenticatorTest.php BUGFIX Fixed SapphireTest->loginWithPermission() and MemberAuthenticatorTest to use existing Members based on their unique_identifier_field (if existing) to accommodate recent Member->onBeforeWrite() changes (see r100705) 2011-02-02 14:18:51 +13:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() (from r98841) 2011-02-02 14:18:39 +13:00
MemberCsvBulkLoaderTest_withGroups.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberCsvBulkLoaderTest.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberCsvBulkLoaderTest.php MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() (from r98841) 2011-02-02 14:18:39 +13:00
MemberCsvBulkLoaderTest.yml ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberTest.php BUGFIX Keep Member.PasswordEncryption setting on empty passwords 2013-02-17 23:16:25 +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) 2011-02-02 14:19:50 +13:00
PasswordEncryptorTest.php NOTFORMERGE Fixed merge error from r91576 2011-02-02 14:17:36 +13:00
PasswordValidatorTest.php MINOR Fixed hardcoded error message in PasswordValidator (fixes #5734) 2011-02-02 14:19:32 +13:00
PermissionCheckboxSetFieldTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
PermissionCheckboxSetFieldTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionRoleTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
PermissionRoleTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionTest.php MINOR: Fixed PermissionTest assertion (from r96642) 2011-02-02 14:18:23 +13:00
PermissionTest.yml API CHANGE: Added PermissionRole and PermissionRoleCode, along with relevant tests for the permission system. (from r85173) 2009-10-15 22:27:56 +00:00
RandomGeneratorTest.php API Hash autologin tokens before storing in the database. 2012-11-09 12:03:55 +01:00
SecurityDefaultAdminTest.php MINOR: Make SecurityDefaultAdminTest when you run it by itself. 2011-02-02 14:18:15 +13:00
SecurityTest.php API Hash autologin tokens before storing in the database. 2012-11-09 12:03:55 +01:00
SecurityTokenTest.php MINOR Fixed php tag in SecurityTokenTest, should be "<?php" not "<?" 2011-02-02 14:20:02 +13:00