search for: change_pass

Displaying 3 results from an estimated 3 matches for "change_pass".

2007 Oct 01
3
stringify_keys!
I have seen this numerious times and still have no idea what it means: undefined method `stringify_keys!'' for "blah22":String I am tring to change a password. My code looks like: def change_password @user = User.find_by_emailaddr( params[:email] ) if @user.nil? # user profile not created flash[:notice] = "<b style = \"color:red\">No such user email found</b>" redirect_to :action => ''change_pass'' and return end...
2007 Dec 31
1
Agile Web Dev w/Rails - Password Change
...Just wondering if anyone has coded the ability to allow a user to change their password following the way the book (second edition) implements administration. Seems like I should be able to cut out the password/password_confirmation portion of ''add_user'' form to create a ''change_pass'' form. The problem is I''m not sure how to go about having it confirm the password and implementing the change. Seems the code will only do that for new users. Thanks, any help appreciated...Bill -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-----...
2009 Jan 22
2
SquirrelMail Sending Under Wrong Username
CentOS team... as is already bug reported and marked solved... as we await the upstream repair for this. It was reported that this was happening on CentOS 5. You likely already know, but it also happens on CentOS 4. For those unaware. It seems that SquirrelMail has an issue which allows mail to be sent out from one user on the system and it uses the from address of another user on the