class Morpho::Configurations::Auth

Attributes

failed_login_attempts_limit[RW]
password_minimum_length[RW]

Public Class Methods

new() click to toggle source
# File lib/morpho/configurations/auth.rb, line 6
def initialize
  self.failed_login_attempts_limit = 0
  self.password_minimum_length = 8
end