Coherence v0.1.3 Coherence.ConfirmationController

Handle confirmation actions.

A single action, edit, is required for the confirmation module.

Summary

Functions

Handle the user’s click on the confirm link in the confirmation email

Functions

edit(conn, params)

Handle the user’s click on the confirm link in the confirmation email.

Validate that the confirmation token has not expired and sets confirmation_send_at field to nil, marking the user as confirmed.

TODO: Need to support a resend confirmation email.