|
LATEST VERSION: 3.1 (Dec, 6, 2008) SUMMARY: The ATK User Management module allows a web developer to leverage on the power of ATK to control access to modules and nodes to users and roles. FEATURES: This module extends its capability to: REQUIREMENTS: Now that you know what is possible, let me tell what is required: Feel free to view the screenshots . As soon as you're ready to try this application on your own, you may download the ATK User Management. Enjoy, Jorge Garifuna Web Developer info@gariSoft.com |
![]() ![]() ![]() |
| Demo not available |
| Demo not available at the moment |
| Version | Date |
| 3.1 | 12/07/08 |
| 3.0 | 6/15/07 |
| 2.2 | 2/7/07 |
|
ADMINISTRATION INSTALLATION: 1. Create the database from the file: db and docs/users_table_structrure.sql 2. Copy "users", "user_account", "gktools" to your ATK "modules" folder from the downloaded file 3. Add the following lines to your config.inc.php file: $config_auth_usertable = "user"; 4. If you want to support multiple languages, including Spanish, add or modify the following at the bottom of config.inc.php: from: 6. To track user login add the following to app.php right above "$destination = "welcome.php";": /* 7. To force user or profile(group) to logon to specific node, add the following to app.php after code from step 7 and replacing ""$destination = "welcome.php";"" into: // start user on a specific node if set either to the user level or the profile level, added 1/20/07 by Jorge Garifuna if (!empty($user["start_node"])) { // check if user account has a specific start node if (count($rows)>0) { |
|
PUBLIC USER REGISTRATION INSTALLATION: To allow public users to register to your ATK Admin section follow these steps: 1. Assuming you have setup the Admin Module for the User Module, logon to ATK Admin and click on "Registration Settings" 2. Customize the settings as you please, but more importantly select the profile web users should register for and make sure that profile only has access to modules intended for public users. 3. Now copy main.php file and the "include" folder from "web_public" into your website public root folder 4. You may call the initial registration form by linking to: main.php?module=users&node=gcms_front&action=get_registration_form 5. If everything is setup correctly, you should be good to go! Below are some sites that showcases this module: - At the time of this writing this one is more complete: http://www.nudawnproductions.com/main.php?module=users&node=gcms_front&action=get_registration_form - At the time of this writing this one is missing the password recovery feature and is not yet made public: http://www.garitv.com/main.php?module=users&node=gcms_front&action=get_registration_form |