summaryrefslogtreecommitdiffstats
path: root/install/ui/reset_password.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-05-23 16:07:33 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-26 12:37:40 +0200
commit70c77e6a3cfe1a4fbfb5f053a4d47dd2e47d8b3b (patch)
treed537d64203228aab050063ba667103ef178e9468 /install/ui/reset_password.html
parent870db2f677dff01750aeec104c90fce3ca0e54be (diff)
downloadfreeipa-70c77e6a3cfe1a4fbfb5f053a4d47dd2e47d8b3b.tar.gz
freeipa-70c77e6a3cfe1a4fbfb5f053a4d47dd2e47d8b3b.tar.xz
freeipa-70c77e6a3cfe1a4fbfb5f053a4d47dd2e47d8b3b.zip
webui: support otp in reset_password.html
https://fedorahosted.org/freeipa/ticket/4262 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/reset_password.html')
-rw-r--r--install/ui/reset_password.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/install/ui/reset_password.html b/install/ui/reset_password.html
index 2b7589226..598fe8f1e 100644
--- a/install/ui/reset_password.html
+++ b/install/ui/reset_password.html
@@ -75,6 +75,16 @@
</div>
<div class="form-group">
<div class="col-sm-4 control-label">
+ <label for="otp">OTP</label>
+ </div>
+ <div class="col-sm-8 controls">
+ <div class="widget text-widget">
+ <input type="password" class="form-control" name="otp" id="otp" accesskey="o">
+ </div>
+ </div>
+ </div>
+ <div class="form-group">
+ <div class="col-sm-4 control-label">
<label for="new_password">New Password</label>
</div>
<div class="col-sm-8 controls">