Changes between Version 21 and Version 22 of SiteUpgradeProposal/UserClearance


Ignore:
Timestamp:
Jun 18, 2013, 3:28:05 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Fixed markup error.

Legend:

Unmodified
Added
Removed
Modified
  • SiteUpgradeProposal/UserClearance

    v21 v22  
    2525=== Enforcement ===
    2626Ideally we'll implement all rules in the registration procedure provided by AccountManagerPlugin. Current status:
    27  * 1: solution: use custom REGEXP like `username_regexp = r'(?i)^[A-Z0-9.\-_]{5,30}$' (''since [11960]''), and mention actual username policy prominently, up-front elsewhere
     27 * 1: solution: use custom REGEXP like `username_regexp = r'(?i)^[A-Z0-9.\-_]{5,30}$'` (''since [11960]''), and mention actual username policy prominently, up-front elsewhere
    2828 * 2: plan: use REGEXP combined with 1
    2929 * 3: plan: use REGEXP combined with 1 + 2