mirror of
https://github.com/goharbor/harbor
synced 2025-04-19 18:35:50 +00:00
Not allow comma for the user name (#19501)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
58557d3bae
commit
064a109f56
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "harbor",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"description": "Harbor UI with Clarity",
|
||||
"angular-cli": {},
|
||||
"scripts": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
type="text"
|
||||
class="clr-input"
|
||||
required
|
||||
pattern='[^"~#$%]+'
|
||||
pattern='[^,"~#$%]+'
|
||||
maxLengthExt="255"
|
||||
#usernameInput="ngModel"
|
||||
name="username"
|
||||
|
|
Loading…
Reference in New Issue
Block a user