diff --git a/application/libraries/Accounts.php b/application/libraries/Accounts.php index acd8c157..f6b985b1 100644 --- a/application/libraries/Accounts.php +++ b/application/libraries/Accounts.php @@ -129,7 +129,7 @@ class Accounts ->get(); if (!$query->num_rows()) { - throw new RuntimeException('The username was not found in the database: ' . $username); + throw new RuntimeException('The user was not found in the database with the provided info.'); } $user = $query->row_array();