Changes between Initial Version and Version 1 of RegistrationConfirmationPatch


Ignore:
Timestamp:
Jun 19, 2008, 9:06:54 PM (16 years ago)
Author:
Nicholas Bergson-Shilcock
Comment:

New hack RegistrationConfirmationPatch, created by nicholasbs

Legend:

Unmodified
Added
Removed
Modified
  • RegistrationConfirmationPatch

    v1 v1  
     1= Registration Confirmation Patch for AccountManagerPlugin =
     2
     3== Description ==
     4
     5This is a patch for AccountManagerPlugin that adds an IRegistrationConfirmation extension point that provides notifications when the new user registration form is requested and after it has been submitted.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for RegistrationConfirmationPatch are
     10[report:9?COMPONENT=RegistrationConfirmationPatch here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=RegistrationConfirmationPatch&owner=nicholasbs new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:registrationconfirmationpatch here].
     18
     19== Source ==
     20
     21You can check out RegistrationConfirmationPatch from [http://trac-hacks.org/svn/registrationconfirmationpatch here] using Subversion, or [source:registrationconfirmationpatch browse the source] with Trac.
     22
     23== Example ==
     24
     25The IRegistrationConfirmation extension point this patch provides makes it easy to add things such as captchas to AccountManagerPlugin's user registration form. For example, SimpleCaptchaPlugin uses this interface.
     26
     27== Recent Changes ==
     28
     29[[ChangeLog(registrationconfirmationpatch, 3)]]
     30
     31== Author/Contributors ==
     32
     33'''Author:''' [wiki:nicholasbs] [[BR]]
     34'''Contributors:'''