mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
parent
e418ec6825
commit
3b3c8e6a2d
1 changed files with 0 additions and 2 deletions
2
test/fixtures/users.yml
vendored
2
test/fixtures/users.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
api_bestnames:
|
api_bestnames:
|
||||||
username: test_bestnames
|
username: test_bestnames
|
||||||
password: testtest
|
password: testtest
|
||||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
|
||||||
type: ApiUser
|
type: ApiUser
|
||||||
registrar: bestnames
|
registrar: bestnames
|
||||||
active: true
|
active: true
|
||||||
|
@ -11,7 +10,6 @@ api_bestnames:
|
||||||
api_goodnames:
|
api_goodnames:
|
||||||
username: test_goodnames
|
username: test_goodnames
|
||||||
password: testtest
|
password: testtest
|
||||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
|
||||||
type: ApiUser
|
type: ApiUser
|
||||||
registrar: goodnames
|
registrar: goodnames
|
||||||
active: true
|
active: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue