Changes between Version 19 and Version 20 of SiteUpgradeProposal/UserClearance
- Timestamp:
- Sep 10, 2012 1:58:55 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SiteUpgradeProposal/UserClearance
v19 v20 25 25 === Enforcement === 26 26 Ideally we'll implement all rules in the registration procedure provided by AccountManagerPlugin. Current status: 27 * 1: plan: use REGEXP, see #5295 for existing patch, that is especially lacking a useful error message (similar to a conclusion for the analog enhancement request for email validation in #8076)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 28 28 * 2: plan: use REGEXP combined with 1 29 29 * 3: plan: use REGEXP combined with 1 + 2

