diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-09 22:25:23 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-09 22:25:23 -0800 |
commit | 7d2b874544b71ba480f35337f7cf02fbfecd3d64 (patch) | |
tree | c6fe26dcd9b4963008ad25e09f1d08ef1c7dcf7f | |
parent | 751c158aeeb9911e09552c549fbda2cd459ac8e3 (diff) | |
download | DotNetOpenAuth-7d2b874544b71ba480f35337f7cf02fbfecd3d64.zip DotNetOpenAuth-7d2b874544b71ba480f35337f7cf02fbfecd3d64.tar.gz DotNetOpenAuth-7d2b874544b71ba480f35337f7cf02fbfecd3d64.tar.bz2 |
Added the explanatory text beneath the OP buttons.
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Account/LogOnContent.ascx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Account/LogOnContent.ascx b/projecttemplates/MvcRelyingParty/Views/Account/LogOnContent.ascx index 9b4d270..247d384 100644 --- a/projecttemplates/MvcRelyingParty/Views/Account/LogOnContent.ascx +++ b/projecttemplates/MvcRelyingParty/Views/Account/LogOnContent.ascx @@ -29,5 +29,16 @@ <input name="openid_identifier" id="openid_identifier" size="40" style="padding-left: 18px; border-style: solid; border-width: 1px; border-color: lightgray" /> </span> </div> + + <div class="helpDoc"> + <p> + If you have logged in previously, click the same button you did last time. + </p> + <p> + If you don't have an account with any of these services, just pick Google. They'll + help you set up an account. + </p> + </div> + </div> <% } %> |