Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriannari committed Sep 27, 2024
1 parent 6350621 commit 6004c81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
Manager for the esup-otp-api. Allow users to edit theirs preferences and admins to administrate ;)

### Version
1.3 **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](https://github.com/EsupPortail/esup-otp-manager/blob/master/public/javascripts/app.js#L446) )
1.5 **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** to *random_code_mail* transport.<br />
For this, in *properties/esup.json*, uncomment *transport_regexes.mail*, and modify the associated regex.<br />
(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

### Requirements
- [esup-otp-api](https://github.com/EsupPortail/esup-otp-api)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esup-otp-manager",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 6004c81

Please sign in to comment.