feat: Authenticate by SSO tokens (#1439)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
@@ -67,7 +67,8 @@ class AccountBuilder
|
||||
end
|
||||
|
||||
def create_user
|
||||
password = Time.now.to_i
|
||||
password = SecureRandom.alphanumeric(12)
|
||||
|
||||
@user = User.new(email: @email,
|
||||
password: password,
|
||||
password_confirmation: password,
|
||||
|
||||
Reference in New Issue
Block a user