IVS-629 - Ignore case matching usernames#234
Conversation
civilx64
left a comment
There was a problem hiding this comment.
A couple of notes for consideration:
- are there any performance implications from case-insensitive searches where an index in the DB would be helpful?
- Can you add a unit test for this? Maybe change the credentials in one file to
rOOt:root?
|
Thanks @civilx64
Will have a look - this
We haven't changed Django Admin users behaviour, only the Entra ID <> Django mapping. |
Ghesselink
left a comment
There was a problem hiding this comment.
After checking out correct submodule (dispatch is not working, as you noticed ..) the tests are passing
Prevents duplicate user accounts (eg. user@.... and User@.... are now treated as the same)