Changes between Initial Version and Version 3 of Ticket #9020


Ignore:
Timestamp:
Aug 9, 2012, 10:36:09 PM (12 years ago)
Author:
Steffen Hoffmann
Comment:

Right now a new IAccountRegistrationInspector interface has been published.

Please follow #874 and try to implement that inferface, because this will become the new standard for components contributing to the new-user-registration process in AcctMgr. Participants are able to provide additional registration fields, request validation checks or both with minimal effort.

The registration form template already got 2 extensible sections, 'Required' and 'Optional', where new fields will be added. So the previously suggested ITemplateStreamFilter approach, effectively hacking the hack, is neither required nor recommended anymore.

I'll publish the rewritten standard registration checks, that are built-in into AcctMgr, to give some example implementations for early adopters. If you need support for your plugin, follow-up here, please.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9020

    • Property Cc Ryan J Ollos Pedro Algarvio, aka, s0undt3ch added; anonymous removed
    • Property Keywords template added
  • Ticket #9020 – Description

    initial v3  
    1 #8925 - this ticket describes some changes in accountmanager - it was a bug in it (which was fixed) because "r10288 in AccountManagerPlugin (trunk) changed the server's parameter from "user" to "username"" - so, now RecapthaRegisterPlugin has the same bug and works only with AccountManagerPlugin r10287 and lower/
     1#8925 - this ticket describes some changes in accountmanager - it was a bug in it (which was fixed) because "r10288 in AccountManagerPlugin (trunk) changed the server's parameter from "user" to "username"" - so, now RecaptchaRegisterPlugin has the same bug and works only with AccountManagerPlugin r10287 and lower/