You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
Hello all,
I'm posting this for anyone who makes the same dumb mistake I did. In
my user for I was getting the following error:
undefined method `password_confirmation' for #<User:0x475eed8>
Took me a very long time to figure out the problem. In the database I
had a password field not a crypted_password field. Hopefully when
somebody searches for this error they find this instead of asking the
group for help.