PHP User Management
Free and open source PHP User Management Scripts. These scripts provide a solution of creating a membership system of a website.-
Simple access layer can abstract several types operation to manage access permissions like adding resources to manage, allow or deny the access by user or level, check if the user is an administrator, and check if the user has access to a resource.Retrieving access permissions from certain containers can be done by extending the class.Requirements: PHP 5.0 or higher
-
Abdohoo Secure Login can check if an user is already authenticated. If not, it can check the user name and password in a MySQL database table. Session variables are set if the user is authenticated successfully. Requirements: PHP 5.0 or higher
-
CSRF protector can generate a random key and store it in a database record associated to the current session. It uses PEAR MDB2 database abstraction layer to support many types of databases. When the form is submitted with a token hidden input field, the class can also check if the key is valid. If it exists, the key record is ...
-
Users can be redirected to new account registration or login forms. Login Controller can also process the the forms and execute several types of actions that manage user records stored in a MySQL database, like: create new user records, validate user registration and login forms, reset user password, change the user password, etc. Requirements: PHP 5 or higher
-
user_registration_module can check a MySQL database user table if there is a record with a given user name. A new record is inserted if a specified user does not exist. Requirements: PHP 4.0 or higher
-
Several operations are possible and HTML forms are generated for user authentication and account management. Currently PHP Login Script can register a new account, activate registered accounts, authenticate an user and start a session, end a logged user session, change the user password or e-mail address. Requirements: PHP 5.0 or higher
-
Openfire User Service Wrapper can send HTTP GET request to execute commands of an Openfire server on behalf of a given user. Several commands can be executed like the creation, updating and deletion of users. The response XML is retrieved and returned as a string. Requirements: PHP 4.0 or higher
-
Pure PHP radius class connects to a Radius server given its IP address and requests access on behalf of an user given his password. Once authentication is completed successfully, the attributes of the authorized user can be returned. Key Features of Pure PHP radius class:- Authenex Strong Authentication System (ASAS) with two-factor authentication- FreeRADIUS, a free Radius server implementation for ...
-
Security authorization can start a session and store a variable with a value that is also encrypted and set to a cookie. If the cookie has expired or the decrypted cookie value different than the session variable value, the session is destroyed and the user is redirected to an authentication page. The cookie can be regenerated and verified for every ...
-
php easy :: admin login scripts set contains 3 ready-to-use admin login scripts using 3 different authentication methods: - HTTP Authentication; - Cookies; - Sessions. All the three provide the same security level and do not require any DB. Minor differences: - in cookie version you can also specify the number of days to keep your cookie alive while in ...
-
PHPDance can connect to ShareDance servers and store, retrieve or delete cached data associated to a a given key. It supports accessing multiple ShareDance servers and can optionally store data redundantly in two servers.A session handler class takes care of storing and retrieving session data from ShareDance servers.Requirements: PHP 5.1 or higher
-
httpAuth can take the user name and password of a given user and verifies whether the user exists and the password is correct.Several methods can be used to verify the user authentication: CSV file, MySQL database, ODBC database, LDAP server and text file.Requirements: PHP 4 or higher
-
passport Server can perform operations to manage user accounts like creating accounts and authenticating an user account with a given password.Information about the user account gets stored in a MySQL database.Requirements: PHP 5.0 or higher
-
.passport Client accesses a remote Web server and pass the encrypted user name and password of an user to be authenticated. It sets session variables with the user name and id if the authentication succeeds..passport Client integrates with the .passport Server class, which is used to handle authentication requests on the remote server side.Requirements: PHP 5.0 or higher
-
The generated image displays random numbers and letters and is saved on the server.imgValidation also generates the necessary HTML to display the validation image and a form input to let the user enter the validation text.Requirements: PHP 5.0 or higher

