Displaying 1 result from an estimated 1 matches for "n8te".
Did you mean:
n8_e
2008 Jun 29
3
Working around/with Restful Authentication
...e a user is
pretty straight forward - there is a before_save action and a
before_create action:
before_save :encrypt_password
before_create :make_activation_code
But for some reason when I try to create a user programmatically in
the controller like this:
User.new(:email => ''user-n8tE+Mx9DRM@public.gmane.org'', :password =>
''123456'', :password_confirmation => ''123456'')
Nothing happens. I get a user that I can''t save:
> u = User.new(:email => ''user-n8tE+Mx9DRM@public.gmane.org'', :password => &...