Skip to content

Commit

Permalink
Not allow comma for the user name
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <sshijun@vmware.com>
  • Loading branch information
AllForNothing committed Oct 30, 2023
1 parent 58557d3 commit f872f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harbor",
"version": "2.9.0",
"version": "2.10.0",
"description": "Harbor UI with Clarity",
"angular-cli": {},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
type="text"
class="clr-input"
required
pattern='[^"~#$%]+'
pattern='[^,"~#$%]+'
maxLengthExt="255"
#usernameInput="ngModel"
name="username"
Expand Down

0 comments on commit f872f10

Please sign in to comment.