Looking for a Registration-login system #login
Edit
by Kevin Shah - 9 years ago (2015-10-17)
Along with Social registration with latest APIs if any!
| Along with Social registration with latest APIs if any! |
Ask clarification
2 Recommendations
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-10-18) Comment
This is the user management class currently being recommended. It does not incorporate any unified login systems from social networks so that would have to be integrated separately, there are some here that others can recommend. However, this package appears to be actively developed, so you may convince the author to include a unified login system.
Dave |
- 1 Comment
1.
by Kevin Shah - 9 years ago (2015-10-22) Reply
Thanks a lot Dave. Looking into it now, if we can incorporate in our system being designed