Skip to content
rsmartin edited this page Feb 4, 2012 · 7 revisions

Welcome to the NiceAuth wiki!

As this software continues to develop, we will add more help guides to this wiki. If you have any issues, please submit an issue on our github page.

Features

  • ACL Database - Allows you to control access to controllers and actions for each user or group
  • User Registration - Easy to use form for user signup
  • OpenID - Allows users to signup with a single click using their OpenID account (eg. Google, Yahoo, etc.)
  • Password Reset Function - Users can enter there email address and a temporary password will be sent to them
  • Installation Script - Database tables are created and filled by using a CakePHP script in one easy step
  • Admin Dashboard - Allows for easy user management, group creation and permissions settings

Notes:

  • This plugin includes a User and Group model, therefor, you may need to make changes to the model and controller in the plugin to meet your own needs. The plugin can be found at app/Plugin/NiceAuth

Guides

Clone this wiki locally