Changes between Version 6 and Version 7 of AccountManagerPlugin/RegistrationInspector


Ignore:
Timestamp:
Sep 9, 2012, 11:49:45 PM (12 years ago)
Author:
Steffen Hoffmann
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 ===