Skip to content
Snippets Groups Projects
Commit ab0de34f authored by rswindell's avatar rswindell
Browse files

Removed '%' from list of valid password chars.

parent 1d8c58c4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ var maxlengths={alias:25,name:25,handle:8,netmail:60,address:30,location:30,zipc
var err=0;
template.err_message='';
var gender='';
var pwchars='ACDEFHJKLMNPQRTUVWXY3479!?-=+&%*()';
var pwchars='ACDEFHJKLMNPQRTUVWXY3479!?-=+&*()'; // Removed '%', rswindell
var newpw='';
template.title=system.name+" new user signup";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment