TODO: better handling of users's emails.

migration
Philippe PITTOLI 2024-07-10 17:55:42 +02:00
parent dbb4486fb1
commit b7a724b5d6
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ A combinaison of both is fine as long as the logic is comprehensively documented
A simple error message is given instead of specific messages for each recurring error.
In the same time, some exceptions (such as **AdminAuthenticationException**) are used a few times for the same kind of errors.
### New features
- On login: inform the user he doesn't have an email address.
This happens when the user was migrated.
### Structures, not classes
Maybe in some cases, it could be great to use structures instead of classes.