v1.5.0
Require "npm install"
- You can now redirect a manager to a user's page using a link like
http://localhost:4000/login?user=toto
- You can now prevent users from using their professional e-mail addresses as random_code_mail transport.
For this, in properties/esup.json, uncomment transport_regexes.mail, and modify the associated regex.
(For example, the regex^(?!.*(?:univ[.]fr|univ-paris[.]fr)$).*$
prevents e-mail addresses ending with "univ.fr" or "univ-paris.fr") - Improve user search performance
- Update dependencies
- Some refactors