Displaying 2 results from an estimated 2 matches for "password_reset".
2007 Nov 30
1
501 Bad Recipient Address Syntax
Hi,
I''m having a problem with sending email with ActionMailer.
My mailer looks something like this:
class PNGMailer < ActionMailer::Base
def forgotten_password_email (password_reset, user)
recipients = user.email
from = "my-BhBwXcZClc6A8/oj66qlCw@public.gmane.org"
subject = "Password Change Request"
body :first_name => user.first_name, :last_name => user.last_name
end
end
I have checked a million times that recipients is set to a...
2013 Jun 25
6
creating an account with a username in devise
Hello, all. I have followed these links and have enabled a (current)
user to login with a username:
http://railscasts.com/episodes/209-introducing-devise
http://railscasts.com/episodes/210-customizing-devise
https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address
I want to allow a user to sign up with a username but am getting these