Changes between Version 7 and Version 8 of AccountManagerPlugin/RegistrationInspector


Ignore:
Timestamp:
Apr 22, 2015, 4:21:48 AM (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/RegistrationInspector

    v7 v8  
    6969This is an `OrderedExtensionsOption`. Consequently '''listed items must be enabled components''', that implement the `IAccountRegistrationInspector` interface (see following section for details).
    7070
     71To specify the regular expression against which email addresses are checked if !RegExpCheck was selected, use:
     72
     73{{{
     74#!cfg
     75[account-manager]
     76email_regexp = your_regex
     77}}}
     78
    7179=== Interface Definition ===
    7280{{{