What is the best PHP user password manager class? #user password manager
 Edit
 by Durwood Thrasher - 8 years ago (2016-06-21)
Let users set up user name, password and handle lost passwords
 | I am looking for a password manager class that lets user define the user name and password, verifies e-mail address and provides a lost password recovery service. 
 | 
Ask clarification
2 Recommendations
Burge CMF: Framework to publish managed content
This package is a framework to publish managed content based on CodeIgniter.
It implements MVC classes based on CodeIgniter to implement a blog like modular content management system. It supports: 
- Multi-language administration and regular user interfaces
- Multi-user admin environment with ability to set access level for each user
- Default view files for different languages (Persian, and English) and different devices to support fast developing new modules
- Visitor counter module
- Log manager which allows to write, retrieve and also query logs based on log message type
- Manage posts and categories
- File manager
 |   by Burge Lab   package author   280 - 8 years ago (2016-08-01) Comment
 You can use simply user_manager_model of BurgeCMF, and its related controller AE_User. The password authentication is completely secure and also stores a seed per user to disallow rainbow table attacks  | 
Login Script with PDO: Manage user accounts stored in a database with PDO
This package can be used to manage user accounts stored in a database with PDO.
It can connect to a given database using the PDO extension and perform several operations to manage user accounts. Currently it can:
- Insert new user records
- Authenticate a given user with a password and start a session
- End the logged user session
- Change the user e-mail or password
- Send an e-mail with a link to reset the user password
 |   by Manuel Lemos   26695 - 8 years ago (2016-06-23) Comment
 This class is a bit old but it seems to do all you need to setup user accounts and recover lost passwords via email.  |