diff options
| author | 2014-10-07 16:58:11 +0200 | |
|---|---|---|
| committer | 2014-10-07 16:58:11 +0200 | |
| commit | dbf57266b297c3f831602ec4f451c27a5ad71e6b (patch) | |
| tree | f8cd10a71e2def0c61934e8751012829e4349b1f /app/views/auth/personaLogin.phtml | |
| parent | 1252b3dd867e59917cf303f0c39c7da938b8ce32 (diff) | |
Reset auth system comes back!
It has moved to authController.
Diffstat (limited to 'app/views/auth/personaLogin.phtml')
| -rw-r--r-- | app/views/auth/personaLogin.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/personaLogin.phtml b/app/views/auth/personaLogin.phtml index d62fe5818..dd3e22b52 100644 --- a/app/views/auth/personaLogin.phtml +++ b/app/views/auth/personaLogin.phtml @@ -11,7 +11,7 @@ <?php echo _i('help'); ?> <small> - <a href="<?php echo _url('auth', 'resetAuth'); ?>"><?php echo _t('login_persona_problem'); ?></a> + <a href="<?php echo _url('auth', 'reset'); ?>"><?php echo _t('login_persona_problem'); ?></a> </small> </p> |
