Mercurial > openid
diff src/ur/openidUser.ur @ 27:f129ddee75f3
Some XRDS fixes; ignore query strings in naming endpoints for association purposes
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 23 Jan 2011 17:40:42 -0500 |
parents | ee97bc0e08fa |
children | fcd3a977d77b |
line wrap: on
line diff
--- a/src/ur/openidUser.ur Sun Jan 23 14:57:49 2011 -0500 +++ b/src/ur/openidUser.ur Sun Jan 23 17:40:42 2011 -0500 @@ -259,13 +259,13 @@ fun signup after = let - fun fixed cls label url = + fun fixed cls url = let fun doFixedButton () = doSignup after {Identifier = url} in <xml><form class={provider}> - <submit class={cls} value={label} action={doFixedButton}/> + <submit class={cls} value="" action={doFixedButton}/> </form></xml> end in @@ -273,10 +273,10 @@ <p>This web site uses the <b><a href="http://openid.net/">OpenID</a></b> standard, which lets you log in using your account from one of several popular web sites, without revealing your password to us.</p> <p>You may click one of these buttons to choose to use your account from that site:</p> - {fixed aol "AOL" "https://openid.aol.com/"} - {fixed google "Google" "https://www.google.com/accounts/o8/id"} - {fixed myspace "Myspace" "https://www.myspace.com/openid"} - {fixed yahoo "Yahoo!" "https://me.yahoo.com/"} + {fixed aol "https://openid.aol.com/"} + {fixed google "https://www.google.com/accounts/o8/id"} + {fixed myspace "https://www.myspace.com/openid"} + {fixed yahoo "https://me.yahoo.com/"} <p>Visitors familiar with the details of OpenID may also enter their own identifiers:</p> <form>