So this is my first question on stackoverflow. I hope it contains all information needed.
As I successfully implemented a confirmation routine with devise I was able to see that after a new User registered with the Devise::RegistrationController it does not set the unconfirmed_email
field of the resource.
A issue (which I can't find right now) said something about changing the email
will set the unconfirmed_email
field.
Is that true or am I doing something wrong while register a User the first time?