Edit
by Steve - 9 years ago (2015-09-22)
package to create, update user login logout
| need to log into an application with username and password |
Ask clarification
3 Recommendations
tinyUGatMs: Manage users and groups of events in a database
This package can manage users and groups of events in a database.
It can manage records of users and user groups associated to events.
The package can create or update given user records. Each user belongs to a group of recurring events.
It can also create or update recurring event records to be associated with groups of users.
| by zinsou A.A.E.Moïse package author 6835 - 7 years ago (2017-07-20) Comment
tinyGatMs package is simple users and groups recurring access time management system.
technolgies used:
-PHP of course
-MySql
-AJAX(JAVASCRIPT)
-HTML5
-for the css it's minimalist you will see what to do with that
Features:
-Class for groups management(validation, creation, suppression)
-Class for users management(registration, validation, creation, suppression)
-Management area based on user's role, actually it is set on Admin allowed only(fully used of ajax only)
-Users registration with ajax using PDO to connect to MySql
*check of already used mail or already used username (ajax)
*send of validation mail(ajax)
-Users connexion with ajax using PDO to connect to MySql
*check of username existence(ajax)
*check of true password(ajax)
*check of access time (ajax) with message to tell you when to connect if you can't at the moment you try.
*not register? link
*forget password link
-Users password recovering page and reset mail sending using ajax
*mail prompt
*password changing after mail validation with unique id
-Management of users
*Edit properties like activation statut,role,password,group for access time etc...
*Add a new user
*Delete an user
-Management of Groups
*Edit properties like name,description,access time,access time recurrence,starting date to apply the access time, etc...
*Add a new group
*Delete an existing group. |
PHP Secure Login Library: Login users and start sessions in a MySQL database
This package can login users and start sessions in a MySQL database.
It can can start logged user sessions with records stored in a MySQL database accessed using MySQLi.
The package scripts can perform other operations to manage user accounts like registering users, verify the user email address, recover lost user passwords, login and logout users.
| by Mohamed Elbahja package author 310 - 8 years ago (2016-07-12) Comment
phpsls: PHP Secure Login System |
Secure PHP Login System: Register and login users using a database via PDO
This class can register and login users using a database via PDO.
It can process the registration of a user given the user name, password, name and email address.
It can also authenticate a user given the user name and password and optionally set a cookie to remember the user name on the next login.
The class starts a session for successfully authenticated users.
It can also log out by ending the user session, send a password reminder message and change the user password.
It also implements a two step login process similar to that of Google's, Facebook's SMS security process.
The user can see they devices they used to log in as well as log out from a device used before.
The class also provides an administration interface to manage users, edit details, see statistics, etc..
| by Dave Smith 7620 - 9 years ago (2015-09-22) Comment
I would give this one a try. Fairly secure class using PDO. |