profilUsers - registration/login script

Last Update
11 September 2011
Regular License
$10
Extended License
$50
Sales
87

profilUsers is a PHP class that lets your users register an account, login, change their settings, etc. on your website. It requires PHP 5 (should also work with PHP 4 ), MySql and javascript capabilities on the frontend.

Everything is done with ajax (login, logout, saving, etc), so there are minimal page reloads.

It’s designed to be integrated into an existing PHP solution.

It’s easily customizable with CSS and all email templates (html and plain text) are editable. It very minimalistic so that you can easily change it to suite your needs.

Features: 1. Registration: – fields are validated – username availability is checked – password matching is checked – email format is checked – validation email is sent (there is also an option not to sent the validation) – verification must be made before account is activated 2. Login: – standard login 3. Logout: -standard logout 4. Settings: – when logged in you can change your information – password matching is checked 5. Forgotten password: – you can reset your password If you forget it – you have to enter your email and a verification email will be sent to this email – when verified a new password will be emailed to you 6. Email sending: – email templates can be edited – email is always sent as HTML and plain text to ensure maximum compatibility