mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +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:
|
||||
username: test_bestnames
|
||||
password: testtest
|
||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
||||
type: ApiUser
|
||||
registrar: bestnames
|
||||
active: true
|
||||
|
@ -11,7 +10,6 @@ api_bestnames:
|
|||
api_goodnames:
|
||||
username: test_goodnames
|
||||
password: testtest
|
||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
||||
type: ApiUser
|
||||
registrar: goodnames
|
||||
active: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue