login improvements
This commit is contained in:
7
templates/partials/auth-help-links.phtml
Normal file
7
templates/partials/auth-help-links.phtml
Normal file
@@ -0,0 +1,7 @@
|
||||
<nav class="login-help-links" aria-label="<?php e(t('Support')); ?>">
|
||||
<a href="<?php e(lurl('password/forgot')); ?>"><?php e(t('Forgot password')); ?></a>
|
||||
<?php if (allowRegistration()): ?>
|
||||
<a href="<?php e(lurl('register')); ?>"><?php e(t('Register')); ?></a>
|
||||
<?php endif; ?>
|
||||
<a href="<?php e(lurl('imprint')); ?>"><?php e(t('Problems logging in')); ?></a>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user