'Invalid username or password' on valid credentials
Added by Isaac Wilder over 13 years ago
So, I've got two problems remaining in my install.
The first is that I can't login with non-admin credentials. That is, I created an account, say username:password, and try to login with it, but it says 'invalid username or password.' I can log in with the administrator account. I know that the username and password are in the database, because if I try to recreate the account it says that the username or email address has already been taken.
The second issue is with my e-mail configuration. I can't figure out what to put to get it to work. These are the mail setting provided by my host:
Mail Server Username: tasks+thefnf.org
Incoming Mail Server: mail.thefnf.org
Incoming Mail Server: (SSL) mail.thefnf.org
Outgoing Mail Server: mail.thefnf.org (server requires authentication) port 2626
Outgoing Mail Server: (SSL) mail.thefnf.org (server requires authentication) port 465
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
I'm much more worried about the authentication problem. Any ideas?
Replies (1)
RE: 'Invalid username or password' on valid credentials - Added by Isaac Wilder over 13 years ago
forgot to mention, this is what I've got in configuration.yml
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
address: mail.thefnf.org
port: 465
domain: 'thefnf.org'
authentication: :login
user_name: "tasks+thefnf.org"
password: "*****"