Releases: EsupPortail/esup-otp-manager
Releases · EsupPortail/esup-otp-manager
v1.5.2
v1.5.1
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
v1.4.0
- No longer use user_hash
- Update dependency versions (Require "npm install")
v1.3.0
Require "npm install"
- support Webauthn (require esup-otp-api v1.5.0)
- update dependency versions
- fix some accessibility problems (may break custom CSS)
- allow international phone number (To authorize only certain numbers. Modify the regex in the app.js file )
v1.2.2
v1.2.1
Require "npm install" and Node.js >= 18
- update dependencies to prevent security issues and warning
- use undici to communicate with the API instead of (deprecated) request
- add .npmrc to prevent peer dependencies issues
- commit package-lock.json as recommended
v1.2.0
v1.1.6
fix random code mail
v1.1.5
- reserve usage of routes using "api_password" to managers and admins
- this version 1.1.5 of the manager requires version 1.3.0 or higher of the api