diff options
author | Segev Finer <segev208@gmail.com> | 2019-02-25 20:56:47 +0200 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-25 13:56:47 -0500 |
commit | 594f59169129889387d792f6aa571150d4118dc6 (patch) | |
tree | ef4ba7db59acf97a5a2fd0d243d13958e3282811 /templates | |
parent | 795f6e04ad7e42d168b85d44ec17eab31d741808 (diff) | |
download | gitea-594f59169129889387d792f6aa571150d4118dc6.tar.gz gitea-594f59169129889387d792f6aa571150d4118dc6.zip |
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>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index a24bf3838c..b825c20db7 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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" |