Self Registration Plugin (mem_self_register)
Category: Projects
Posted:
This plugin is designed to enable community driven sites. Users will be able to register themselves for an account to access the system. This plugin is compatible with the ign_user_password plugin alternate user table. This plugin provides user side tags for generating an html form where users can edit their account information.
Features:
- Users can create their own accounts, with an admin defined privileges.
- Installation wizard located in plugin help.
- Configurable registration form that can appear anywhere on a Textpattern site.
- Configurable email message that is sent to users upon successful creation of account. Admin will also receive a copy of this email.
- No modifications are needed to Textpattern code.
- Configurable user side form that allows users to edit their Real Name or Email address.
- Configurable user side form that allows users to change their password.
- Support for ign_password_protect 0.4’s alternate user database.
Revisions
- 2005.05.20 – 0.1 Initial Release
- 2005.05.29 – 0.2
- Fixed if_self_registered plugin.
- Prefixed all template tags with “mem_” to prevent tag collision.
- 2005.06.08 – 0.2.1
- Fixed tag name prefix so it matches documentation.
- Changed require calls to require_once to prevent include errors.
- 2005.06.09 – 0.2.2
- Reduced the scope of including files.
- 2005.07.05 – 0.3
- Added email validation. Fixed if_self_registered error on initial form submission.
- 2005.07.25 – 0.4 Textpattern RC4
- Updated plugin to be compatible with Txp RC4.
- 2005.09.01 – 0.5 Textpattern 4.0
- Added user-side profile support. txp:mem_change_password_form, txp:mem_user_edit_form
- Fixed form so warning messages appear if a field is left blank.
- Added Installation Wizard and updated plugin description to mention install in help.
- 2005.09.07 – 0.6
- Added support for ign_password_protect 0.4, which added an alternate user table.
- 2005.09.08 – 0.6.1
- Replaced str_ireplace with eregi_replace for php4 compatability (thanks igner)
- Fixed mem_profile.
- 2005.09.08 – 0.6.2
- txp:mem_profile will now work when inside ign_password_protect tags.
- Install Wizard will properly detect when self_register_form exists.
- 2005.10.25 – 0.6.4
- Fixed “Array” bug.
- 2006.07.18 – 0.8
- Initial Support for arbitrary extra fields
Ransom has been paid. You may download it here.
file:
mem_self_register.txt [14.41kB]
Category: Textpattern
download: 10412
Textpattern plugins can be downloaded from Bitbucket
User Self Registration Documentation
…has been removed from this page. View the help included when installing the plugin. As of version 0.5, this plugin also has an install wizard to get you going.