You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Joe Schaefer (JIRA)" <ji...@apache.org> on 2013/11/02 14:19:18 UTC

[jira] [Commented] (INFRA-6953) Whimsy needs to abstract out a user id regex

    [ https://issues.apache.org/jira/browse/INFRA-6953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811973#comment-13811973 ] 

Joe Schaefer commented on INFRA-6953:
-------------------------------------

Here is the regexp we use to validate account creation requests on id.apache.org:

/^[a-z][-a-z0-9_]+$/

which agrees with what we use on the CMS.

> Whimsy needs to abstract out a user id regex
> --------------------------------------------
>
>                 Key: INFRA-6953
>                 URL: https://issues.apache.org/jira/browse/INFRA-6953
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Whimsy
>            Reporter: Joe Schaefer
>            Assignee: Sam Ruby
>
> We've gotten to the point now where we depend on whimsy's agenda.cgi script to process new TLPs.  It would therefore be prudent to use a more robust regexp for handling Apache user id's than \w+.  I would be happy to suggest a tested regexp currently used by the CMS if there is interest.



--
This message was sent by Atlassian JIRA
(v6.1#6144)