Coherence.UnlockController (Coherence v0.8.0)
Handle unlock_with_token actions.
This controller provides the ability generate an unlock token, send the user an email and unlocking the account with a valid token.
Basic locking and unlocking does not use this controller.
Summary
Functions
Create and send the unlock token.
Handle the unlock link click.
Render the send reset link form.
Types
Link to this type
conn()
@type conn() :: Plug.Conn.t()
Link to this type
params()
@type params() :: map()
Link to this type
schema()
@type schema() :: Ecto.Schema.t()
Functions
Link to this function
create(conn, params)
Create and send the unlock token.
Link to this function
edit(conn, params)
Handle the unlock link click.
Link to this function
new(conn, params)
Render the send reset link form.
Link to this function