mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
fix: setup org and pipeline badge (#1626)
* chore: fix pipeline badge * remove required init password from setup org
This commit is contained in:
@@ -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\"";
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user