aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 22:27:03 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 22:27:03 -0400
commit95e1e51caafbb3e4b179936b6d191ca87f47d4ae (patch)
tree00b33106e2a4030c1f5a237592b9a2f55a7020b0 /templates
parentf1d77f81933b4e4c38780a1934ac6daaaf0a9b80 (diff)
downloadikiwiki-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.tmpl3
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>