Haytni.ConfirmableEmail (Haytni v0.7.0) 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(), confirmation_token :: String.t(), 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
Link to this function
reconfirmation_email(user, unconfirmed_email, confirmation_token, module, config)
View SourceSpecs
reconfirmation_email( user :: Haytni.user(), unconfirmed_email :: String.t(), confirmation_token :: String.t(), 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