curator v0.3.4 Curator.Confirmable View Source

TODO

Options:

  • curator (required)

Extensions:

N/A

Link to this section Summary

Link to this section Functions

Link to this function active_for_authentication?(mod, user) View Source

Callback implementation for Curator.Extension.active_for_authentication?/2.

Link to this function after_create_registration(mod, result) View Source
Link to this function after_password_recovery(mod, user) View Source
Link to this function after_sign_in(mod, conn, user, opts) View Source

Callback implementation for Curator.Extension.after_sign_in/4.

Link to this function after_ueberauth_create_user(mod, result) View Source
Link to this function after_unlocked(mod, user) View Source
Link to this function after_update_registration(mod, user) View Source
Link to this function authenticated_routes(mod) View Source

Callback implementation for Curator.Extension.authenticated_routes/1.

Link to this function confirm_user_unless_confirmed(mod, user) View Source
Link to this function create_ueberauth_changeset(mod, changeset, attrs) View Source
Link to this function process_token(mod, token_id) View Source
Link to this function unauthenticated_routes(mod) View Source

Callback implementation for Curator.Extension.unauthenticated_routes/1.

Link to this function update_registerable_changeset(mod, changeset, attrs) View Source
Link to this function verify_confirmed(mod, user) View Source