Allow . and + in project names on dist-git
This commit is contained in:
parent
6b0faf84c0
commit
f3613487f7
1 changed files with 1 additions and 0 deletions
|
@ -262,4 +262,5 @@ ADMIN_API_ACLS = [
|
|||
|
||||
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||
|
||||
PROJECT_NAME_REGEX = ^[a-zA-z0-9_][a-zA-Z0-9-_\.+]*$'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue