mirror of
https://github.com/goharbor/harbor
synced 2025-04-18 21:30:32 +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",
|
"name": "harbor",
|
||||||
"version": "2.9.0",
|
"version": "2.10.0",
|
||||||
"description": "Harbor UI with Clarity",
|
"description": "Harbor UI with Clarity",
|
||||||
"angular-cli": {},
|
"angular-cli": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
class="clr-input"
|
class="clr-input"
|
||||||
required
|
required
|
||||||
pattern='[^"~#$%]+'
|
pattern='[^,"~#$%]+'
|
||||||
maxLengthExt="255"
|
maxLengthExt="255"
|
||||||
#usernameInput="ngModel"
|
#usernameInput="ngModel"
|
||||||
name="username"
|
name="username"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user