mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Admin can change other users settings without user password #2646
This commit is contained in:
parent
13b60d39ce
commit
4da89aaa87
9 changed files with 67 additions and 81 deletions
|
@ -4,7 +4,7 @@ Fabricator(:admin_user) do
|
|||
username 'gitlab'
|
||||
password 'ghyt9e4fu'
|
||||
password_confirmation 'ghyt9e4fu'
|
||||
email 'info@gitlab.eu'
|
||||
email { sequence(:email) { |i| "info#{i}@example.com" } }
|
||||
country_code 'FI'
|
||||
roles ['admin']
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue