Haytni v0.6.1 Haytni.ConfirmableEmail View Source
Link to this section Summary
Functions
The confirmation request sent by email at registration
When email address is modified, send a notice of this change to the user on its previous email address
The reconfirmation request sent by email when the user change the email address of its own account
Link to this section Functions
Specs
confirmation_email( user :: Haytni.user(), module :: module(), config :: Haytni.config() ) :: Bamboo.Email.t()
The confirmation request sent by email at registration
Specs
email_changed( user :: Haytni.user(), old_email_address :: String.t(), module :: module(), config :: Haytni.config() ) :: Bamboo.Email.t()
When email address is modified, send a notice of this change to the user on its previous email address
Specs
reconfirmation_email( user :: Haytni.user(), module :: module(), config :: Haytni.config() ) :: Bamboo.Email.t()
The reconfirmation request sent by email when the user change the email address of its own account