mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Rename users.password
to users.plain_text_password
Otherwise it conflicts with Devise
This commit is contained in:
parent
22e70e7707
commit
32ecf36057
19 changed files with 32 additions and 24 deletions
|
@ -5,7 +5,7 @@ module Requests
|
|||
end
|
||||
|
||||
def sign_in_to_registrar_area(user: create(:api_user))
|
||||
post registrar_user_session_path, { depp_user: { tag: user.username, password: user.password } }
|
||||
post registrar_user_session_path, { depp_user: { tag: user.username, password: user.plain_text_password } }
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue