Add tests for password changing

This commit is contained in:
Dane Everitt 2018-07-15 11:44:18 -07:00
parent 6e9123af19
commit be2c76c24a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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.',
],
];