Add robots.txt as reserved username (#6272)

Fix #6271
tokarchuk/v1.17
techknowlogick 6 years ago committed by GitHub
parent f2de5dc8c8
commit 9fd8b2621f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      models/user.go

@ -742,6 +742,7 @@ var (
"template",
"user",
"vendor",
"robots.txt",
".",
"..",
}

Loading…
Cancel
Save