search for: user_signup_succeeded

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

2005 Aug 26
2
Salted Login Hash Woes
...url = url_for(:action => ''welcome'') url += "?user[id]=#{@user.id}&key=#{key}" UserNotify.deliver_signup(@user, @params[''user''][''password''], url) flash[''notice''] = l(:user_signup_succeeded) redirect_to :action => ''login'' end end rescue flash.now[''message''] = l(:user_confirmation_email_error) end end end I can''t find the function ''transaction'' anywhere. Could it...