Displaying 1 result from an estimated 1 matches for "org_confirm".
Did you mean:
msg_confirm
2009 Sep 24
2
How to generate password automatically using authlogic..
I have problem , i want to generate password automatically
where can i manipulate :password and :confirm_password in action create
def create
@user = User.new(params[:user])
if @user.save
flash[:notice] = "Registration successful."
redirect_to root_url
else
render :action => ''new''
end
end
--
Posted via