mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Basic login
This commit is contained in:
parent
ba93ac8162
commit
c997f2da5d
18 changed files with 428 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
class User < ActiveRecord::Base
|
||||
# Include default devise modules. Others available are:
|
||||
# :confirmable, :lockable, :timeoutable and :omniauthable
|
||||
devise :trackable, :timeoutable
|
||||
# TODO Foreign user will get email with activation link,email,temp-password.
|
||||
# After activisation, system should require to change temp password.
|
||||
# TODO Estonian id validation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue