Displaying 1 result from an estimated 1 matches for "two_column_input".
2006 Apr 14
1
SaltedHashLoginGenerator Integration Woes
...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'', ''lastname'',
''phonenumber'', ''fax...