mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-20 22:58:34 +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:
parent
e64af04747
commit
5279379469
@ -1,7 +1,7 @@
|
|||||||
<img src="./docs/static/logos/zitadel-logo-dark@2x.png" alt="Zitadel Logo" height="100px" width="auto" />
|
<img src="./docs/static/logos/zitadel-logo-dark@2x.png" alt="Zitadel Logo" height="100px" width="auto" />
|
||||||
|
|
||||||
[](https://github.com/semantic-release/semantic-release)
|
[](https://github.com/semantic-release/semantic-release)
|
||||||
[](https://github.com/caos/zitadel/actions)
|
[](https://github.com/caos/zitadel/actions)
|
||||||
[](https://github.com/caos/zitadel/blob/main/LICENSE)
|
[](https://github.com/caos/zitadel/blob/main/LICENSE)
|
||||||
[](https://github.com/caos/zitadel/releases)
|
[](https://github.com/caos/zitadel/releases)
|
||||||
[](https://goreportcard.com/report/github.com/caos/zitadel)
|
[](https://goreportcard.com/report/github.com/caos/zitadel)
|
||||||
|
@ -1883,11 +1883,8 @@ message SetUpOrgRequest {
|
|||||||
Email email = 3 [(validate.rules).message.required = true];
|
Email email = 3 [(validate.rules).message.required = true];
|
||||||
Phone phone = 4;
|
Phone phone = 4;
|
||||||
string password = 5 [
|
string password = 5 [
|
||||||
(validate.rules).string = {min_len: 1, max_len: 72},
|
|
||||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||||
description: "the initial password of the user";
|
description: "the initial password of the user";
|
||||||
min_length: 1;
|
|
||||||
max_length: 72;
|
|
||||||
example: "\"my_53cr3t-P4$$w0rd\"";
|
example: "\"my_53cr3t-P4$$w0rd\"";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user