silverstripe-framework/tests/security
Ingo Schommer bf3b7e0e9e APICHANGE: add the ability to remove some permissions specified by their code in the rendered field html of PermissionChecksetBoxField and full-covered unit tests of this ability. (from r92428)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92463 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 01:44:52 +00:00
..
GroupTest.php
GroupTest.yml
MemberAuthenticatorTest.php BUGFIX Legacy password hash migration in MemberAuthenticator::authenticate() which fixes the precision problems mentioned in #3004 when a user logs in 2009-11-06 02:23:30 +00:00
MemberTest.php ENHANCEMENT Pluggable password encryption through PasswordEncryptor class (#3665) 2009-11-06 02:23:21 +00:00
MemberTest.yml
PasswordEncryptorTest.php ENHANCEMENT Pluggable password encryption through PasswordEncryptor class (#3665) 2009-11-06 02:23:21 +00:00
PermissionTest.php APICHANGE: add the ability to remove some permissions specified by their code in the rendered field html of PermissionChecksetBoxField and full-covered unit tests of this ability. (from r92428) 2009-11-21 01:44:52 +00: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
SecurityTest.php