Home     PHP / Javascript / Ajax
PHP PHPEmailUser Script

PHP Script Codes > communication-tools

PHPEmailUser Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 212

PHP Script Codes > PHPEmailUser
USER registers with email address (no user name required). We may require user to click an activation link in registration confirmation email. Passwords are stored md5-hashed, and upon "Forgot Password", we send user a new autogenerated password. User gets blocked for limited time after too many failed login attempts. User can change account data in a simple form.
ADMIN interface allows admin to change users email activation status, block users permanently, reset failed login attempts (e.g. when user got temporarily blocked), and set user levels. User levels have no meaning to this account management system, but it may be useful for a main application. Finally, admin can log in as any user.
MISC: Data fields for registration can be fully customized. We can set order of fields, define if field is visible, required and how it is labeled. After login, we start a cookie-based session and open the startpage of the application (set url of startpage in config file).