diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-13 22:27:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-13 22:27:03 -0400 |
commit | 95e1e51caafbb3e4b179936b6d191ca87f47d4ae (patch) | |
tree | 00b33106e2a4030c1f5a237592b9a2f55a7020b0 /templates | |
parent | f1d77f81933b4e4c38780a1934ac6daaaf0a9b80 (diff) | |
download | ikiwiki-95e1e51caafbb3e4b179936b6d191ca87f47d4ae.tar ikiwiki-95e1e51caafbb3e4b179936b6d191ca87f47d4ae.tar.gz |
emailauth link sent and verified; user login works
Still some work to do since the user name is an email address and should
not be leaked.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login-selector.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/login-selector.tmpl b/templates/login-selector.tmpl index 9b68838dc..3e7045c63 100644 --- a/templates/login-selector.tmpl +++ b/templates/login-selector.tmpl @@ -48,6 +48,9 @@ $(document).ready(function() { <TMPL_IF LOGIN_ERROR> <div class="error"><TMPL_VAR LOGIN_ERROR></div> </TMPL_IF> + <TMPL_IF LOGIN_INFO> + <TMPL_VAR LOGIN_INFO> + </TMPL_IF> </div> </form> |