mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
Use standard login form
This commit is contained in:
parent
080defa228
commit
1d95c1ccbc
6 changed files with 45 additions and 38 deletions
|
@ -2,7 +2,7 @@ require 'open3'
|
|||
|
||||
class ApiUser < User
|
||||
include EppErrors
|
||||
devise :database_authenticatable, :trackable, :timeoutable
|
||||
devise :database_authenticatable, :trackable, :timeoutable, authentication_keys: [:username]
|
||||
|
||||
def epp_code_map
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue