Skip to content
Snippets Groups Projects
Unverified Commit 4e0a5e0a authored by David Taylor's avatar David Taylor Committed by GitHub
Browse files

FIX: Defer UsernameSuggester logic to the auto_create_account (#52)

Core takes care of suggesting usernames during normal signup. Suggesting them here as well can cause unexpected issues (e.g. when staged users sign up).

The SAML plugin currently has a bespoke `auto_create_account` implementation, which **does** need to do its own username suggestion. Therefore this commit moves all the suggestion logic into `auto_create_account`.

An integration spec for staged-user signup is also introduced.
parent 2cc216cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment