Downloads » Resources » WebLoginPE » WebLoginPE | 1.0.2

WebLoginPE 1.0.2

  • Currently 4.4666666666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
15 vote(s).

Resource ImageA 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.

Works with MODx Version(s): 0.9.6, 0.9.5
Submitted: Aug 20th 2007 | License: GPL - GNU Public | Downloads: 296
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

Change Log:

08/20/2007 v. 1.0.2
1. Added parameter &notify to specify email addresses to be notified of new user registrations.
2. Added parameter &notifyTpl to specify notification email message body.
3. Added parameter &notifySubject to specify notification email subject line.
4. Converted all PHP mail() function calls to use the PHPMailer class included with MODx.
5. Added "Terms of Service" agreement and checkbox to the default instant registration template.
6. Fixed placeholders and . If they are empty or "0", the placeholder is set to "Unknown".
7. Fixed the Instant Login Form so that if there is an error, the fields are filled with the $_POST values so the user doesn't have to fill in all the fields again.


08/19/2007 v. 1.0.1
1. Added parameter &regRequired to specify required input fields by name attribute.
2. Added sanity checks for chunk templates.
3. Added file_exists check for language file. Falls back to English (default) if language file is not found.
4. Added a cookie for persistent login. can be a checkbox named "rememberme" or a select named "stayloggedin".

08/14/2007 v. 1.0
1. Initial Public Release.


( back to top )