Coherence v0.3.0 Coherence.RegistrationController

Handle account registration actions.

Actions:

  • new - render the register form
  • create - create a new user account
  • edit - edit the user account
  • update - update the user account
  • delete - delete the user account

Summary

Functions

Create the new user account

Delete a registration

Edit the registration

Render the new user form

Show the registration page

Update the registration

Functions

create(conn, params)

Create the new user account.

Creates the new user account. Create and send a confirmation if this option is enabled.

delete(conn, params)

Delete a registration.

edit(conn, )

Edit the registration.

new(conn, params)

Render the new user form.

show(conn, )

Show the registration page.

update(conn, params)

Update the registration.