Skip to content

Commit 2f52671

Browse files
scaleway-botyfodil
andauthored
feat(iam): increase max username length (#2674)
Co-authored-by: Yacine Fodil <105779815+yfodil@users.noreply.github.com>
1 parent 6d650d1 commit 2f52671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages_generated/iam/src/v1alpha1/validation-rules.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const CreateUserRequestMember = {
7373
ignoreEmpty: true,
7474
},
7575
username: {
76-
maxLength: 64,
76+
maxLength: 150,
7777
minLength: 2,
7878
pattern: /^[a-zA-Z0-9@._-]+$/,
7979
},
@@ -325,7 +325,7 @@ export const UpdateUserRequest = {
325325

326326
export const UpdateUserUsernameRequest = {
327327
username: {
328-
maxLength: 64,
328+
maxLength: 150,
329329
minLength: 2,
330330
pattern: /^[a-zA-Z0-9@._-]+$/,
331331
},

0 commit comments

Comments
 (0)