Featured Products
- Home
- PHP Scripts
- User Roles Manager
User Roles Manager
By : makemakecode Published on Thursday, August 04, 2016,22:03:22 in PHP Scripts
The User Roles Manager PHP Application
The application performs users and roles management and helps to support Single Sign On (SSO) concept for your PHP applications without the need to create user management application again and again for each new web site. Also, you can use the same application and database with different domains using different configuration which can be linked to specific domainForums
Documents
FAQ
Changelog
v1.0.1 - August 15, 2016
- Twitter bootstrap & schemes update to 3.3.7
- Sub directory installation (Multiple installation in a subdirectory)
- Cross domain authentication simple implementation
User Roles Manager App:
1. You need to create a user.
2. Click on Edit User ->API tab click on Generate API Token & Secret Key
Advance Example:
1. Open \application\modules\Configuration\Config.php
2. Copy and paste user email and token:
define('APP_API_AUTHENTICATION', true); // <- true:
define('APP_API_ENDPOINT', 'https://userappdomain/api');
define('APP_API_USER', 'user email');
define('APP_API_TOKEN', 'token');
Simple Example:
1. Open security.php file
2. Copy and paste user email and token:
define('APP_API_AUTHENTICATION', true); // <- true
define('APP_API_ENDPOINT', 'https://https://userappdomain/api');
define('APP_API_USER', 'user email');
define('APP_API_TOKEN', 'token');
v1.0.0 - August 4, 2016
- Initial release
Critical Installation Issue
If you has affected this issue: Warning: file_get_contents(templates/sql/database-schema.v1.0.0.sql)The quick solution is to rename UserRolesManager.Application\install\templates\sql\*.v1.0.1.sql files to *.v1.0.0.sql
The fix is on approval now.
Demo Web Sites
The package contains three web applications: User Roles Manager and two example web sites which demonstarte how to use it. Just drop content of User Roles Manager folder to your Apache web site, run it in broswer and use installation wizard to set up all parameters.user: admin@demo.com
pass: admin



