Skip to content

Commit

Permalink
fix: setup org and pipeline badge (#1626)
Browse files Browse the repository at this point in the history
* chore: fix pipeline badge

* remove required init password from setup org
  • Loading branch information
livio-a committed Apr 20, 2021
1 parent e64af04 commit 5279379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="./docs/static/logos/zitadel-logo-dark@2x.png" alt="Zitadel Logo" height="100px" width="auto" />

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Release](https://github.com/caos/zitadel/workflows/Release/badge.svg)](https://github.com/caos/zitadel/actions)
[![Release](https://github.com/caos/zitadel/actions/workflows/zitadel.yml/badge.svg)](https://github.com/caos/zitadel/actions)
[![license](https://badgen.net/github/license/caos/zitadel/)](https://github.com/caos/zitadel/blob/main/LICENSE)
[![release](https://badgen.net/github/release/caos/zitadel/stable)](https://github.com/caos/zitadel/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/caos/zitadel)](https://goreportcard.com/report/github.com/caos/zitadel)
Expand Down
3 changes: 0 additions & 3 deletions proto/zitadel/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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\"";
}
];
Expand Down

0 comments on commit 5279379

Please sign in to comment.