Skip to content
Permalink
Browse files
[Server] Enhance shortNameRegExp
  • Loading branch information
rldhont committed Apr 1, 2018
1 parent 2d3a097 commit c1b9706
Showing 1 changed file with 1 addition and 1 deletion.
@@ -743,7 +743,7 @@ QString QgsApplication::userStyleV2Path()

QRegExp QgsApplication::shortNameRegExp()
{
return QRegExp( "^[A-Za-z][A-Za-z0-9\\._-]*" );
return QRegExp( "^[A-Za-z_][A-Za-z0-9\\._-]*" );
}

QString QgsApplication::userLoginName()

0 comments on commit c1b9706

Please sign in to comment.