sentinel v2.0.0 Sentinel.Controllers.Html.UserController

Handles the user create, confirm and invite actions

Summary

Functions

Confirm either a new user or an existing user’s new email address. Parameter “id” should be the user’s id. Parameter “confirmation” should be the user’s confirmation token. If the confirmation matches, the user will be confirmed and signed in

Functions

confirm(conn, params)

Confirm either a new user or an existing user’s new email address. Parameter “id” should be the user’s id. Parameter “confirmation” should be the user’s confirmation token. If the confirmation matches, the user will be confirmed and signed in.

confirmation_instructions(conn, params)
invitation_registration(conn, arg2)
invited(conn, params)
new(conn, params)
resend_confirmation_instructions(conn, params)