Changes between Version 6 and Version 7 of AccountManagerPlugin/RegistrationInspector

Show
Ignore:
Author:
hasienda (IP: 0.0.0.0)
Timestamp:
09/10/12 01:49:45 (9 months ago)
Comment:

add another standard registration check module

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/RegistrationInspector

    v6 v7  
    6464#!cfg 
    6565[account-manager] 
    66 register_check = BasicCheck, EmailCheck, UsernamePermCheck 
     66register_check = BasicCheck, EmailCheck, RegExpCheck, UsernamePermCheck 
    6767}}} 
    6868 
    69 This is an `OrderedExtensionsOption`. Consequently list items must be enabled components, that implement the `IAccountRegistrationInspector` interface (see following section for details). 
     69This is an `OrderedExtensionsOption`. Consequently '''listed items must be enabled components''', that implement the `IAccountRegistrationInspector` interface (see following section for details). 
    7070 
    7171=== Interface Definition ===