silverstripe-framework/security
Ingo Schommer b604ed0a31 mlanthaler: Added short description of OpenID to the login form.
Please update also the stylesheet "openid_login.css" in mysite/css (it's not under version control, so I'll post the content of the file here). 

-- openid_login.css -- 
#OpenIDLoginForm_LoginForm_OpenIDURL { 

background: url(../../sapphire/images/openid-small.gif) no-repeat; 
background-color: #fff; 
background-position: 0 50%; 
color: #000; 
padding-left: 18px; 
width: 284px; 

} 

#OpenIDDescription { 

margin-bottom: 2em; 

} 

#OpenIDDescription p { 

font-size: 1em; 
line-height: 1.3em; 
margin-top: 0 !important; 

} 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42095 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:35:13 +00:00
..
OpenID mlanthaler: Added short description of OpenID to the login form. 2007-09-16 15:35:13 +00:00
Authenticator.php mlanthaler: Added method to check if an authenticator is registered. 2007-09-16 15:34:35 +00:00
BasicAuth.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ChangePasswordForm.php mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #49). 2007-09-16 00:44:30 +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 created code since the coding conventions for static methods were changed (ticket #49). 2007-09-16 00:44:30 +00:00
Member.php elofgren: Add: 'Note: This does not seem to be used anywhere.' next to 'Bounced' => 'Boolean' Member 'db' definition. 2007-09-16 01:59:59 +00:00
MemberAuthenticator.php mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #49). 2007-09-16 00:44:30 +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
Permission.php mlanthaler: Added the possibility to define "deny permissions". See http://www.silverstripe.com/google-summer-of-code-forum/flat/3679?showPost=4105 for more details. 2007-09-16 14:58:27 +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: The introduction of the HTTPResponse object broke some of my code. It's fixed now. 2007-09-16 15:31:44 +00:00