Skip to content
Snippets Groups Projects
Unverified Commit 8a33bd8b authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Hotfix for local accounts (#5492)

parent 1eb1917e
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ class UserCreator
end
def call
@user_params[:email] = @user_params[:email].downcase
email_role = infer_role_from_email(@user_params[:email])
User.new({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment