Classes of Olaf Lederer | > | Access user Class | > | Download .zip .tar.gz | > | Support forum (59) | > | Blog | > | Latest changes |
|
|
Groups | Applications | Files |
Groups |
Databases | Database management, accessing and searching | View top rated classes |
User Management | User records, authentication and session handling | View top rated classes |
Recommendations |
User access module
User access module written in pure php
What is the best PHP users admin panel class?
Create an admin panel to manage user accounts
Innovation Award |
October 2004 Number 2 Prize: One downloadable copy of PHPEd |
Site pages access restriction to authenticated users is common need that many Web applications have, for which there are many solutions. However, there are very few that provide a complete set of features that most application developers need to include. This class provides a complete site membership management solution, that not only provides restriction of access to site pages to site users, but also includes other not less important features such as member registration with e-mail address verification and credentials recovery for users that forget their user names and passwords, all in a generic package that can be used by many types of sites. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description |
---|---|---|
access_user_class.php | Class | The (complete) class |
access_user_doc.htm | Doc. | A user manual with examples |
access_user_profile_doc.htm | Doc. | The manual about the use of the update profil extension |
activate_password.php | Appl. | Form where to submit a new (lost) password |
admin_user.php | Appl. | Admin script to change important user data |
changes.txt | Data | Notes about updates and changes |
countries_table.sql | Data | SQL statement and country list |
db_config.php | Conf. | Database configuration and some constant variables |
deny_access.php | Appl. | deafult page if access level is to low |
example.php | Example | An example how to protect a page |
ext_user_profile.php | Class | The extension which i used to handle the user's profile data |
forgot_password.php | Appl. | Example for a password recovery |
login.php | Example | Example to login an user |
login_local.php | Appl. | use this script login and set the applications (msg) language |
register.php | Appl. | Example to register users |
testpage.php | Example | Use this page to test the class with redirect |
test_access_level.php | Appl. | test script for checking the access level |
update_user.php | Appl. | An example for updating a user |
update_user_profile.php | Appl. | Update form for user's data and profile |
users_profile_table.sql | Data | The database table will hold the users profile data |
users_table.sql | Data | sql statement for the user table |
Install with Composer - Download all files: access_user.tar.gz access_user.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|