ruby on rails - after create changes the devise confirmation token -
so have implemented devise authentication facing problem need change of user object's attribute right after created , using confirmable module when update user object in after_create call automatically changes confirmation_token , error invalid confirmation token first time. if resend confirmation email works questions how can prevent devise change confirmation_token or send confirmation email automatically can send updated/correct token.
Comments
Post a Comment