-
Notifications
You must be signed in to change notification settings - Fork 5
release_1.3
Laurent Jouanneau edited this page Jul 23, 2021
·
2 revisions
Warning, to use this version, you need to upgrade Jelix to the latest minor release of the branch you use. Minimum supported versions are 1.6.21 and 1.7.0.
-
New features to reset password from the jauthdb_admin module
- New
resetAdminPasswordEnabled
configuration parameter. It allows to activate the possibility for an admin user to launch a process of a password reset of a user, instead of changing directly the password. - new page for a user to set a new password after the administration has resetted his password.
- new page for the administrator to reset a password of a user
- New
- new page to resend validation email (by the administrator)
- TTL of the validation is configurable. Registration key is now valid only two days by default.
- Show an error page when the mail sending to reset password has failed
- Show mail error during registration
- New command line scripts for administrator (1.3.7):
- to send a mail to a user with a password reset link
- to change the password of an user
- to create or delete an user.
Developers:
- configurator for Jelix 1.7: interactive configuration of parameters defaultuser & defaultusers
- mails contents are moved to locales properties
- new
urls_registration.xml
file to declare registration admin page separately from other pages - Replace Vagrant by Docker for the test app
-
the
login
field is no more the primary key, as it causes some issue with some database. Theid
is now the primary key.
- Fix security issue about the registration key and password retrieval key. There were always the same key for a user.
- Fix installer with default user json file
see Installation and Configuration.