summaryrefslogtreecommitdiffstats
path: root/install/ui/reset_password.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-08-21 17:43:39 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-08 12:32:16 +0200
commit050431c4dd70f024b1644137fb0ad4881ed9e32b (patch)
tree55dd87c8420eeb67b011c6b9c129baf38b98b08c /install/ui/reset_password.html
parentc1bf5203937827369c7ce023d03c75d2da6d83ee (diff)
downloadfreeipa-050431c4dd70f024b1644137fb0ad4881ed9e32b.tar.gz
freeipa-050431c4dd70f024b1644137fb0ad4881ed9e32b.tar.xz
freeipa-050431c4dd70f024b1644137fb0ad4881ed9e32b.zip
webui: adjust behavior of bounce url
- bounce url param was renamed from 'redirect' to 'url' - support for 'delay' param added Behavior: - "Continue to next page" link is shown if 'url' is present - page is no longer automatically redirected if 'url' is present - automatic redirect is controlled by 'delay' param - it specifies number of seconds until redirection - info message 'You will be redirected in Xs' is show to notify the user that something will happen. It's useful even if delay is 0 or negative because redirection might be slow. - counter is decremented every second - delay is ignored if parsed as NaN https://fedorahosted.org/freeipa/ticket/4440 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/reset_password.html')
-rw-r--r--install/ui/reset_password.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/reset_password.html b/install/ui/reset_password.html
index 598fe8f1e..ec09bbfaf 100644
--- a/install/ui/reset_password.html
+++ b/install/ui/reset_password.html
@@ -50,6 +50,9 @@
<div class="alert alert-warning" style="display:none;">
<span class="fa fa-warning"></span><p></p>
</div>
+ <div class="alert alert-info" style="display:none;">
+ <span class="fa fa-info-circle"></span><p></p>
+ </div>
</div>
</div>
</div>