RegExp for authentication fixed.
This commit is contained in:
parent
ab1f1feb12
commit
31aaaec9d6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const UrlJoin = require("url-join");
|
||||||
|
|
||||||
export class GBAdminService {
|
export class GBAdminService {
|
||||||
public static StrongRegex = new RegExp(
|
public static StrongRegex = new RegExp(
|
||||||
"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#$%^&*])(?=.{8,})"
|
"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})"
|
||||||
);
|
);
|
||||||
|
|
||||||
core: IGBCoreService;
|
core: IGBCoreService;
|
||||||
|
|
Loading…
Add table
Reference in a new issue