mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Refactor user to admin and api user
This commit is contained in:
parent
f3215680d5
commit
037cb57e00
34 changed files with 551 additions and 551 deletions
|
@ -1,6 +1,6 @@
|
|||
# currently identity code generation not implemented,
|
||||
# currently identity code generation not implemented,
|
||||
# thus default user is FI for a while
|
||||
Fabricator(:user) do
|
||||
Fabricator(:admin_user) do
|
||||
username 'gitlab'
|
||||
password 'ghyt9e4fu'
|
||||
email 'info@gitlab.eu'
|
||||
|
@ -8,7 +8,7 @@ Fabricator(:user) do
|
|||
roles ['admin']
|
||||
end
|
||||
|
||||
Fabricator(:ee_user, from: :user) do
|
||||
Fabricator(:ee_user, from: :admin_user) do
|
||||
identity_code "45002036517"
|
||||
country_code 'EE'
|
||||
roles ['admin']
|
Loading…
Add table
Add a link
Reference in a new issue