Changeset 454

Show
Ignore:
Timestamp:
10/05/06 02:38:14 (2 years ago)
Author:
snowblink
Message:

Changed default password history table to password_history

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • login_engine/trunk/lib/login_engine.rb

    r451 r454  
    5252  if ActiveRecord::Base.pluralize_table_names 
    5353    config :user_table, "users" 
    54     config :password_table, "passwords
     54    config :password_table, "password_history
    5555  else 
    5656    config :user_table, "user" 
    57     config :password_table, "password
     57    config :password_table, "password_history
    5858  end 
    5959