Skip to content

Commit

Permalink
Update sorting of function accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed Feb 2, 2025
1 parent b70b18d commit a368b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions VATGER/Auth/Pub/Controller/FunctionalAccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function actionIndex()
{
$functionalAccounts = \XF::finder("XF:User")
->where('custom_title', '=', '')
->order('username', 'ASC')
->fetch();

$allowedAccounts = [];
Expand Down
4 changes: 2 additions & 2 deletions VATGER/Auth/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"legacy_addon_id": "",
"title": "VATSIM Germany",
"description": "The VATSIM Germany plugin integrates with VATGER's OAuth2 implementation to allow SSO login in Xenforo.",
"version_id": 133,
"version_string": "1.3.3",
"version_id": 134,
"version_string": "1.3.4",
"dev": "VATSIM Germany",
"dev_url": "https://vatsim-germany.org",
"faq_url": "",
Expand Down

0 comments on commit a368b04

Please sign in to comment.