aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/formLogin.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:40:23 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:40:23 +0200
commit70df99c1fcd88b30a6a9d71954af1e31dfade489 (patch)
treedca2a3c6e87acab924554ceb423c46ee837a8ac7 /app/views/index/formLogin.phtml
parent94915f1c0a477c240e6072b6ccc2f71152181510 (diff)
Add a link on Persona page to reset auth system
See https://github.com/marienfressinaud/FreshRSS/issues/521
Diffstat (limited to 'app/views/index/formLogin.phtml')
-rw-r--r--app/views/index/formLogin.phtml11
1 files changed, 9 insertions, 2 deletions
diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml
index 34f10de4a..b05cdced4 100644
--- a/app/views/index/formLogin.phtml
+++ b/app/views/index/formLogin.phtml
@@ -29,8 +29,15 @@
case 'persona':
?><p>
- <?php echo _i('login'); ?>
- <a class="signin" href="#"><?php echo _t('login_with_persona'); ?></a>
+ <a class="signin btn btn-important" href="#">
+ <?php echo _i('login'); ?>
+ <?php echo _t('login_with_persona'); ?>
+ </a><br /><br />
+
+ <?php echo _i('help'); ?>
+ <small>
+ <a href="<?php echo _url('index', 'resetAuth'); ?>"><?php echo _t('login_persona_problem'); ?></a>
+ </small>
</p><?php
break;
} ?>