sentinel v2.0.0 Sentinel.Controllers.Html.AccountController

Handles the account show and update actions

Summary

Functions

Get the account data for the current user

Update email address or user params of the current user. If the email address should be updated, the user will receive an email to his new address. The stored email address will only be updated after clicking the link in that message

Functions

edit(conn, params, current_user, claims \\ %{})

Get the account data for the current user

update(conn, map, current_user, claims)

Update email address or user params of the current user. If the email address should be updated, the user will receive an email to his new address. The stored email address will only be updated after clicking the link in that message.