Every web application that works member-based needs a functionality where visitors can register & manage their profiles.
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.
And, in means of security, UserCake uses salt along with a SHA1 hash.
Requirements: PHP 5+ & MYSQL or MYSQLiUserCake 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.
It offers the following functions:
- Login
- Register
- Lost password
- Update password
- Update user details
- Email templates (optional)
- Account activation (optional)
- User groups (Basic, id – group_name)
isUserLoggedIn()
or isGroupMember($id)
which will help developing faster.And, in means of security, UserCake uses salt along with a SHA1 hash.
Website: http://usercake.com/
Download: http://usercake.com/download.php
No comments:
Post a Comment