I’m working with Sorcery to implement an activation email. Currently I’m able to create the User and have the activation email send, but when the link contained in the email and it read “User Activated” it changes the Username/Password combo that was originally used. I am using my own methods to create a “user”, the only submodule of Sorcery being used is user_activation. I’m hoping someone smarter than me can see what is going on with the Username/Password when Authenticate! is called?
Sorcery is Here.
Can’t definitively say this is causing the problem, but as your username attribute is called
namerather thanusername(the Sorcery default), you should have the linein
config/initializers/sorcery.rb