silverstripe-framework/security
Ingo Schommer f54e9db8b9 mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48).
There are some (cosmetically) things that should be fixed, but everything work as it should. 
Will fix those things after my vacation. 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41976 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 00:32:48 +00:00
..
Auth mlantahler: Reverted Sam's changes because now we can exclude directories from the ManifestBuilder? simply by adding a "_manifest_exclude" file. 2007-09-15 01:55:55 +00:00
Authenticator.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
BasicAuth.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ChangePasswordForm.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00
Geoip.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Group.php Added EDIT_PERMISSIONS permission code for SecurityAdmin 2007-08-31 00:31:49 +00:00
LoginForm.php mlanthaler: Refactored the new authenticator code so that it is easier now to enable/disable different authentication methods (simple edit _config.php). 2007-09-15 00:08:23 +00:00
Member.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00
MemberAuthenticator.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00
MemberLoginForm.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00
OpenIDAuthenticatedRole.php mlanthaler: Bugfix: Little typo. The database indexes were in the wrong format. 2007-09-16 00:23:40 +00:00
OpenIDAuthenticator.php mlanthaler: Reverted change of r38052. 2007-09-15 21:02:33 +00:00
OpenIDLoginForm.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
OpenIDStorage.php mlanthaler: Switched from file-based to database-based storage to prevent replay attacks. 2007-09-14 23:08:11 +00:00
Permission.php mlanthaler: Bugfix: *Permission_groupList* is not a defined constant. 2007-09-15 21:41:54 +00:00
PermissionDropdownField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
PermissionProvider.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Security.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00