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

Fixed: Use correct vtype for username

parent af66fa6f
No related branches found
No related tags found
No related merge requests found
......@@ -307,8 +307,8 @@ function showAdminUserAddEditWindow(id) {
{
fieldLabel: 'Username',
name: 'Username',
vtype: 'usernamePart',
maskRe: usernamePartRe,
vtype: 'usernameRadius',
maskRe: usernameRadiusPartRe,
allowBlank: false,
},
],
......
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