Skip to content

Commit 80d5118

Browse files
committed
Remove Administrator login for functional accounts.
1 parent a368b04 commit 80d5118

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VATGER/Auth/Pub/Controller/FunctionalAccountController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class FunctionalAccountController extends AbstractController
1111
{
1212
// Don't allow anyone to use "XF Support Admin" or "VATSIM Migration" accounts!
13-
private static array $DISALLOWED_FUNC_ACC = ['XF Support Admin', 'VATSIM Migration'];
13+
private static array $DISALLOWED_FUNC_ACC = ['Administrator', 'XF Support Admin', 'VATSIM Migration'];
1414

1515
public function actionIndex()
1616
{

VATGER/Auth/addon.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"legacy_addon_id": "",
33
"title": "VATSIM Germany",
44
"description": "The VATSIM Germany plugin integrates with VATGER's OAuth2 implementation to allow SSO login in Xenforo.",
5-
"version_id": 134,
6-
"version_string": "1.3.4",
5+
"version_id": 135,
6+
"version_string": "1.3.5",
77
"dev": "VATSIM Germany",
88
"dev_url": "https://vatsim-germany.org",
99
"faq_url": "",

0 commit comments

Comments
 (0)