mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Increase Username and Orgname MaxSize 35 -> 40 (#6178)
* Increase Username and Orgname MaxSize 35 -> 40 Signed-off-by: Segev Finer <segev@codeocean.com> * Dep update code.gitea.io/sdk Signed-off-by: Segev Finer <segev@codeocean.com> * Run generate-swagger Signed-off-by: Segev Finer <segev@codeocean.com>
This commit is contained in:
committed by
techknowlogick
parent
795f6e04ad
commit
594f591691
@@ -6924,6 +6924,10 @@
|
||||
"type": "string",
|
||||
"x-go-name": "LoginName"
|
||||
},
|
||||
"must_change_password": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "MustChangePassword"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"x-go-name": "Password"
|
||||
@@ -7342,6 +7346,10 @@
|
||||
"format": "int64",
|
||||
"x-go-name": "MaxRepoCreation"
|
||||
},
|
||||
"must_change_password": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "MustChangePassword"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"x-go-name": "Password"
|
||||
|
Reference in New Issue
Block a user