Auth Controller

Login

Status: working

  • Simple, verify user/pass against db credentials
  • Set session details

Logout

Status: working

  • Remove Auth from session
  • Preserve rest of sesssion

Register

Status: working

  • simple registration form
  • validate data
  • throw it into the db

forgotPassword

Status: working

  • simple username/email form
  • verify input
  • check for user or email
  • generate new pw
  • send email

Using Permissions

see: POCControllerAction for details on permissions, these are handled at a the controller action level.

see also: PoC Components.