search for: new_passvfy

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

2007 Oct 01
3
stringify_keys!
..."<b style = \"color:red\">No such user email found</b>" redirect_to :action => ''change_pass'' and return end if User.authenticate( params[:email], params[:current_pass] ) and !@user.nil? if params[:new_pass] == params[:new_passvfy] begin @user.update_attributes(@user.setpass = params[:new_pass]) rescue Exception => e flash[:notice] = e redirect_to :action => ''change_pass'' else redirect_to :action => ''traveler_form''...