8000 GitHub - msbragi/authake: The most easy to use authorization plugin is finally out with tremendous changes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

msbragi/authake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authake

Authake is finally arrived to CakePHP 2.2.3 and is (another) solution to manage users and groups and their rights in a CakePHP platform, as well as their registration, email confirmation and password changing requests. It’s composed by a component, a plugin, and a helper.

Latest changed:

  1. jQuery library update
  2. Settings save and restore
  3. Up & run with SQLite storage instead of mysql
  4. Some little changes in interface

SQLite config:

// Add to database.php

public $authake2 = array(
	'datasource' => 'Database/Sqlite',
	'database'   => '',
	'persistent' => false,
	'prefix'     => ''
);

function __construct() {
	$this->authake2['database'] = APP .DS. 'Plugin' .DS. 'Authake' .DS. 'SQLite' .DS. 'authake2.sqlite';
}

For other documentation see https://github.com/mtkocak/authake

About

The most easy to use authorization plugin is finally out with tremendous changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.1%
  • CSS 2.8%
  • Other 0.1%
0