Coherence v0.1.3 Coherence.RegistrationController

Handle account registration actions.

Actions:

  • new - render the register form
  • create - create a new user account

Summary

Functions

Create the new user account

Render the new user form

Functions

create(conn, map)

Create the new user account.

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

new(conn, params)

Render the new user form.