config_password.rb

Path: app/models/config_password.rb
Last Update: Fri Jun 20 18:41:08 +0900 2008

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: config_passwords

 id                :integer       not null, primary key
 domain_id         :integer       not null
 min_length        :integer
 enable_max_age    :boolean       not null
 max_age           :integer
 enable_min_age    :boolean       not null
 min_age           :integer
 enforce_change    :boolean
 enable_lockout    :boolean       not null
 lockout_threshold :integer
 created_at        :string(14)
 updated_at        :string(14)
 created_by        :integer
 updated_by        :integer
 created_in        :integer
 updated_in        :integer
 lock_version      :integer       default(0), not null

[Validate]