Skip to content

Commit

Permalink
add more options to user attr_accessible for user settings page to work
Browse files Browse the repository at this point in the history
  • Loading branch information
hamp committed Oct 3, 2008
1 parent 7c9fe92 commit aae0fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user/validation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class User

# prevents a user from submitting a crafted form that bypasses activation
# anything else you want your user to change should be added here.
attr_accessible :login, :email, :password, :password_confirmation, :bio
attr_accessible :login, :email, :password, :password_confirmation, :bio, :website, :display_name, :openid_url

# Encrypts some data with the salt.
def self.encrypt(password, salt)
Expand Down

0 comments on commit aae0fb3

Please sign in to comment.