mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add new login design
This commit is contained in:
parent
1f2c12d7da
commit
a0592833a9
17 changed files with 64 additions and 13 deletions
|
@ -25,3 +25,4 @@ elkdata = Registrar.where(
|
|||
EppUser.where(username: 'elkdata', password: '8932iods', active: true, registrar: elkdata).first_or_create
|
||||
|
||||
User.where(username: 'gitlab', password: '12345', email: 'enquiries@gitlab.eu', admin: true, identity_code: '37810013855').first_or_create
|
||||
User.where(username: 'zone', password: '54321', email: 'info-info@zone.ee', admin: false, identity_code: '37810010085', registrar_id: zone.id).first_or_create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue