silverstripe-framework/security/OpenID
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
..
Auth mlanthaler: August 3, 2007 - will@willnorris.com: prevent error 'call to member function of a non-object' 2007-09-16 01:57:49 +00:00
OpenIDAuthenticatedRole.php mlanthaler: Moved the OpenID specific files to a sub folder to make the directory structure clearer and set a "standard" for new authentication methods. 2007-09-16 00:46:51 +00:00
OpenIDAuthenticator.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
OpenIDLoginForm.php mlanthaler: Added short description of OpenID to the login form. 2007-09-16 15:35:13 +00:00
OpenIDStorage.php mlanthaler: Workaround: This will fix a conflict of the built-in DB class with PEAR's DB class. These changes can be reverted as soon as the developers of OpenID applied my patch to their library. 2007-09-16 01:58:39 +00:00