Re-order Portal buttons menu

This commit is contained in:
Christophe Maudoux 2021-08-05 23:12:48 +02:00
parent def288b831
commit 12c608cf88
3 changed files with 8 additions and 8 deletions

View File

@ -315,15 +315,15 @@ This node allows one to enable/disable buttons on the login page:
- **Check last logins**: display a checkbox on login form, allowing
user to check his login history right after opening session
- **Register new account**: display a link to :doc:`register page<register>` (for
password based authentication backends)
- **Reset your certificate**: display a link to :doc:`reset certificate page<resetcertificate>` (for
password based authentication backends)
- **Reset password**: display a link to
:doc:`reset your password page<resetpassword>` (for password based
authentication backends). Number of allowed retries can be set (3
times by default)
- **Max reset password retries**: number of retries allowed for resetting password
- **Register new account**: display a link to :doc:`register page<register>` (for
password based authentication backends)
- **Reset your certificate**: display a link to :doc:`reset certificate page<resetcertificate>` (for
password based authentication backends)
Password management
-------------------

View File

@ -64,10 +64,10 @@ sub tree {
form => 'simpleInputContainer',
nodes => [
'portalCheckLogins',
'portalDisplayResetPassword',
'passwordResetAllowedRetries',
'portalDisplayRegister',
'portalDisplayCertificateResetByMail'
'portalDisplayCertificateResetByMail',
'portalDisplayResetPassword',
'passwordResetAllowedRetries'
]
},
{

File diff suppressed because one or more lines are too long