|
|
|
@ -26,6 +26,8 @@ class User < ApplicationRecord
|
|
|
|
|
|
|
|
|
|
MIX_PASSWORD_LIMIT = 8
|
|
|
|
|
|
|
|
|
|
LOGIN_CHARS = %W(2 3 4 5 6 7 8 9 a b c f e f g h i j k l m n o p q r s t u v w x y z).freeze
|
|
|
|
|
|
|
|
|
|
has_one :user_extension, dependent: :destroy
|
|
|
|
|
accepts_nested_attributes_for :user_extension, update_only: true
|
|
|
|
|
|
|
|
|
|