summaryrefslogtreecommitdiff
path: root/app/views/index/resetAuth.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 14:50:54 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 14:50:54 +0200
commitf727a1383639d5bdc762f73dfe93b9a5d577cb41 (patch)
tree923dcb725ca264ff09d05968ab71adf341af5037 /app/views/index/resetAuth.phtml
parent23609ad858552c54fc3fe8d9f8e2f7d966fd28a1 (diff)
Improve reset auth system
- Add bcrypt.js in resetAuthAction() - Rename init_loginForm() in init_crypto_form() - Load init_crypto_form() everytime (if no #crypto-form, do nothing)
Diffstat (limited to 'app/views/index/resetAuth.phtml')
-rw-r--r--app/views/index/resetAuth.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/resetAuth.phtml b/app/views/index/resetAuth.phtml
index 7f3b54bdb..78cc527b3 100644
--- a/app/views/index/resetAuth.phtml
+++ b/app/views/index/resetAuth.phtml
@@ -9,7 +9,7 @@
<?php } ?>
<?php if (!$this->no_form) { ?>
- <form id="loginForm" method="post" action="<?php echo _url('index', 'resetAuth'); ?>">
+ <form id="crypto-form" method="post" action="<?php echo _url('index', 'resetAuth'); ?>">
<p class="alert alert-warn">
<span class="alert-head"><?php echo _t('attention'); ?></span>
<?php echo _t('auth_will_reset'); ?>