Updated settings.
- Legacy-Id: 14726
This commit is contained in:
parent
ad2139dc8f
commit
5c6222f919
|
@ -899,7 +899,13 @@ SVN_ADMIN_COMMAND = "/usr/bin/svnadmin"
|
|||
|
||||
# Email addresses people attempt to set for their account will be checked
|
||||
# against the following list of regex expressions with re.search(pat, addr):
|
||||
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = ["@ietf.org$"]
|
||||
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = [
|
||||
"@ietf.org$",
|
||||
"@example.org$",
|
||||
"@example.com$",
|
||||
"@example.net$",
|
||||
"@example$",
|
||||
]
|
||||
|
||||
MARKUP_SETTINGS = {
|
||||
'restructuredtext': {
|
||||
|
|
Loading…
Reference in a new issue