mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 12:49:34 +00:00
82bb5f0f8b
Inspired by @sampaccoud's eee2003 commit on impress, adapt the code to be more Pythonic. Add basic test coverage for user name synchronization on login. User name fields now update automatically at each login when new data is available. Note: current logic doesn't handle the case where a user with existing names logs in with missing first/last names - should we clear the names then? Removing a field that was present in the initial form is not a valid update operation.