search for: security_token_life_hour

Displaying 1 result from an estimated 1 matches for "security_token_life_hour".

2006 Apr 14
1
SaltedHashLoginGenerator Integration Woes
...controller.rb I added helper :userprofiles and modified the app/views/_edit.rhtml to make use of the userprofile helpers... I also added: config/environments/userprofile_environment.rb 1 module Userprofiles 2 CONFIG = { 3 # Security token lifetime in hours 4 :security_token_life_hours => 24, 5 6 # Two column form input 7 :two_column_input => true, 8 9 # Add all changeable user fields to this array. 10 # They will then be able to be edited from the edit action. 11 :changeable_fields => [ ''firstname'...