开源PHP用户管理程序 UserCake
开源PHP用户管理程序 UserCake
UserCake is a free user management system, built with PHP/MySQL, which aims to be a foundation to ease creating the application.
UserCake is object-oriented, cleanly written, well commented, formatted & documented.
UserCake功能:
- Login
- Register
- Lost password
- Update password
- Update user details
- Email templates (optional)
- SHA1 security + Salt / Hash
- Account activation (optional)
- User groups (Basic, id - group_name)
The system comes with frequently used member-page functions like
isUserLoggedIn()
or
isGroupMember($id)
which will help developing faster.
And, in means of security, UserCake uses salt along with a SHA1 hash.