WebLoginPE 1.2.0
A progressively enhanced, AJAX capable, complete web user management snippet for MODx. This snippet manages web user login, logout, registration, profile editing, profile deleting, password recovery, and user activation. It can also perform these tasks asynchronously with javascript.
Submitted: Sep 2nd 2007 | License: GPL - GNU Public | Downloads: 518
This resource has been deprecated.
Description
WebLoginPE started off as a rewrite of the MODx weblogin snippet so I could make an AJAX login for my site. It has turned into a COMPLETE user management snippet. It manages user login and logout, user profile (allowing the user to edit many of the fields in web_user_attributes), new user registration, password recovery, and password activation. You can use templates to customize ANY of the forms or responses that WebLoginPE uses.
Instructions
see index.html in the docs/ folder.
Updates
09/02/2007 v. 1.2.0
1. WebLoginPE will now function under PHP4. No functions or services were lost.
2. Case insensitive login.
3. Added &type=`users` to view all web users and individual user profiles.
4. Added form input confirmation by with the use of name="inputname.confirm".
5. WebLoginPE messages/errors are now templateable and set in a placeholder so you can display them anywhere on your page or in your forms.
6. email address are verified against a simple regular expression to see if they match a standard email address format.
7. New parameter &inputHandler for super-fine control of your form's <select>, <select multiple>, <input type="radio" /> and <input type="checkbox" /> form elements.