Skip to content

Commit

Permalink
fix: increase user alias to 30 chars (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
annahassel authored Oct 5, 2023
1 parent 6f20429 commit eff6089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"alias": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-._]{3,20}$"
"pattern": "^[a-zA-Z0-9\\-._]{3,30}$"
},
"totp": {
"type": "string",
Expand Down

0 comments on commit eff6089

Please sign in to comment.