Periods are common in usernames, allowed in most cases and RFC2617 thinks they are ok

This commit is contained in:
emergion 2013-03-14 17:18:55 +11:00
parent 4cf6a68081
commit 0ea3cbca40

View file

@ -1,4 +1,4 @@
USERNAME [a-zA-Z0-9_-]+
USERNAME [a-zA-Z0-9._-]+
USER %{USERNAME}
INT (?:[+-]?(?:[0-9]+))
BASE10NUM (?<![0-9.+-])(?>[+-]?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+)))