Skip to content

dgonzalia/users

 
 

Repository files navigation

Bootstrap 3.0 Version of Users Plugin for CakePHP

Main differences from CakeDC users plugin

We are trying to create a more plug and play version of cake dc users plugins with very little customization

Main differences:

  • Views using bootstrap 3.0
  • Allow manual activation of users
  • Registered users cant access admin routes
  • Link do resend verification
  • Simple profile

Manual Activation

This option enforces a manual activation by the system administration after a user register

Configure::write('Users.manualActivation',true);

CakeDC Users Plugin

Bake Status Downloads Latest Version

The Users plugin is for allowing users to register and login manage their profile. It also allows admins to manage the users.

The plugin is thought as a base to extend your app specific users controller and model from.

That it works out of the box doesn't mean it is thought to be used exactly like it is but to provide you a kick start. You will have to extend the plugin on app level to customize it. Read the instructions carefully.

Requirements

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.

License

Copyright 2007-2014 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

About

Users Plugin for CakePHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%