We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304531 commit 5bb231aCopy full SHA for 5bb231a
lib/Api/Accounts.php lib/Api/Account.phplib/Api/Accounts.php renamed to lib/Api/Account.php
@@ -8,7 +8,7 @@
8
use Pdsinterop\PhpSolid\Mailer;
9
use Pdsinterop\PhpSolid\IpAttempts;
10
11
- class Accounts {
+ class Account {
12
public static function requireLoggedInUser() {
13
$user = User::getUser(Session::getLoggedInUser());
14
if (!$user) {
www/idp/index.php
@@ -94,7 +94,7 @@
94
break;
95
case "/api/accounts/change-password":
96
case "/api/accounts/change-password/":
97
- Account::respondToChangePassword();
+ Account::respondToAccountChangePassword();
98
99
case "/api/accounts/delete":
100
case "/api/accounts/delete/":
0 commit comments