mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 12:22:27 +00:00
Update proto/zitadel/resources/user/v3alpha/authenticator.proto
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -262,7 +262,7 @@ message SetAuthenticators {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message SetUsername {
|
message SetUsername {
|
||||||
// Set the user's username. This will be used for identification during authentication.
|
// Add a user's username. This will be used for identification during authentication.
|
||||||
string username = 1 [
|
string username = 1 [
|
||||||
(validate.rules).string = {min_len: 1, max_len: 200},
|
(validate.rules).string = {min_len: 1, max_len: 200},
|
||||||
(google.api.field_behavior) = REQUIRED,
|
(google.api.field_behavior) = REQUIRED,
|
||||||
|
Reference in New Issue
Block a user