Skip to content
Snippets Groups Projects
Commit dde08de2 authored by Robert Anderson's avatar Robert Anderson
Browse files

Removed character restrictions

parent a173399e
No related branches found
No related tags found
No related merge requests found
...@@ -289,8 +289,6 @@ function showAdminGroupAddEditWindow(AdminGroupWindow,id) { ...@@ -289,8 +289,6 @@ function showAdminGroupAddEditWindow(AdminGroupWindow,id) {
{ {
fieldLabel: 'Name', fieldLabel: 'Name',
name: 'Name', name: 'Name',
vtype: 'usernamePart',
maskRe: usernamePartRe,
allowBlank: false allowBlank: false
} }
] ]
......
...@@ -759,13 +759,11 @@ function showWiSPUserAddEditWindow(WiSPUserWindow,id) { ...@@ -759,13 +759,11 @@ function showWiSPUserAddEditWindow(WiSPUserWindow,id) {
{ {
fieldLabel: 'First Name', fieldLabel: 'First Name',
name: 'Firstname', name: 'Firstname',
vtype: 'usernamePart',
allowBlank: true allowBlank: true
}, },
{ {
fieldLabel: 'Last Name', fieldLabel: 'Last Name',
name: 'Lastname', name: 'Lastname',
vtype: 'usernamePart',
allowBlank: true allowBlank: true
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment