mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Merge branch 'master' into improve-registrant-area
This commit is contained in:
commit
d27443277f
111 changed files with 947 additions and 705 deletions
5
test/fixtures/users.yml
vendored
5
test/fixtures/users.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
api_bestnames:
|
||||
username: test_bestnames
|
||||
password: testtest
|
||||
plain_text_password: testtest
|
||||
type: ApiUser
|
||||
registrar: bestnames
|
||||
active: true
|
||||
|
@ -9,7 +9,7 @@ api_bestnames:
|
|||
|
||||
api_goodnames:
|
||||
username: test_goodnames
|
||||
password: testtest
|
||||
plain_text_password: testtest
|
||||
type: ApiUser
|
||||
registrar: goodnames
|
||||
active: true
|
||||
|
@ -18,6 +18,7 @@ api_goodnames:
|
|||
|
||||
admin:
|
||||
username: test
|
||||
encrypted_password: <%= Devise::Encryptor.digest(AdminUser, 'testtest') %>
|
||||
type: AdminUser
|
||||
country_code: US
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue