Changes between Version 8 and Version 9 of GeniApiIdentifiers


Ignore:
Timestamp:
09/14/12 15:45:57 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniApiIdentifiers

    v8 v9  
    126126 - Usernames are case-insensitive internally, though they may be case-sensitive in display.
    127127  - EG !JohnSmth as a display name is johnsmth internally, and there cannot also be a user `JOHNSMTH`.
    128  - Usernames should begin with a letter and be alphanumeric or underscores; no hyphen or '.': `('^[a-zA-Z][\w]\{1,8\}$')`.
     128 - Usernames should begin with a letter and be alphanumeric or underscores; no hyphen or '.': `('^[a-zA-Z][\w]\{0,7\}$')`.
    129129 - Usernames are limited to 8 characters.
    130130 - User URNs (which contain the authority name and the username) are required to be temporally and globally unique.