Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 9b85300

Browse files
hubert-derivHubert Koster
andauthored
allowing vrdw and dw to login (#6619)
Co-authored-by: Hubert Koster <hubertkoster@Huberts-MacBook-Pro.local>
1 parent 1de2964 commit 9b85300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/_common/base/client_base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ClientBase = (() => {
2525

2626
const isValidLoginid = () => {
2727
if (!isLoggedIn()) return true;
28-
const valid_login_ids = new RegExp('^(MX|MF|VRTC|MLT|CR|FOG)[0-9]+$', 'i');
28+
const valid_login_ids = new RegExp('^(MX|MF|VRTC|MLT|CR|FOG|VRDW|DW)[0-9]+$', 'i');
2929
return getAllLoginids().every(loginid => valid_login_ids.test(loginid));
3030
};
3131

0 commit comments

Comments
 (0)