♻️(backend) fallback to email identifier when no name (#1298)

In the UserlightSerializer, if the user has no short_name or full_name,
we have no info about the user. We decided to use the email identifier
and slugify it to have a little bit information.
This commit is contained in:
Manuel Raynaud
2025-08-29 09:39:55 +02:00
committed by GitHub
parent 1491012969
commit d5c9eaca5a
3 changed files with 65 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
- #1244
- #1270
- #1282
- ♻️(backend) fallback to email identifier when no name #1298
### Fixed