Skip to content
Snippets Groups Projects
Commit fcceedf2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Allow dash character in new QWKnet account names

... as reported by Mike Powell, and amessroom and root-caused by Nightfox

A '-' is a valid QWK-ID character since it is a valid DOS filename character.
parent 654b6f76
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
load("sbbsdefs.js"); load("sbbsdefs.js");
const QWK_ID_PATTERN = /^[A-Z]\w{1,7}$/; const QWK_ID_PATTERN = /^[A-Z][\w|-]{1,7}$/;
var options; var options;
options=load("modopts.js","newuser"); options=load("modopts.js","newuser");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment