Add tests for password changing

This commit is contained in:
Dane Everitt
2018-07-15 11:44:18 -07:00
parent 6e9123af19
commit be2c76c24a
6 changed files with 32 additions and 10 deletions

View File

@@ -101,5 +101,6 @@ return [
// Internal validation logic for Pterodactyl
'internal' => [
'variable_value' => ':env variable',
'invalid_password' => 'The password provided was invalid for this account.',
],
];