Coherence v0.3.0 Coherence.UnlockController

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 unlcock link click

Render the send reset link form

Functions

create(conn, params)

Create and send the unlock token.

edit(conn, params)

Handle the unlcock link click.

new(conn, params)

Render the send reset link form.