fix: setup org and pipeline badge (#1626)

* chore: fix pipeline badge

* remove required init password from setup org
This commit is contained in:
Livio Amstutz
2021-04-20 14:02:17 +02:00
committed by GitHub
parent e64af04747
commit 5279379469
2 changed files with 1 additions and 4 deletions

View File

@@ -1883,11 +1883,8 @@ message SetUpOrgRequest {
Email email = 3 [(validate.rules).message.required = true];
Phone phone = 4;
string password = 5 [
(validate.rules).string = {min_len: 1, max_len: 72},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "the initial password of the user";
min_length: 1;
max_length: 72;
example: "\"my_53cr3t-P4$$w0rd\"";
}
];