1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Update app/config/errors.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Christy Jacob 2023-04-14 04:31:35 +05:30 committed by GitHub
parent 0257a4d9f3
commit 6f28047feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ return [
],
Exception::USER_PASSWORD_PERSONAL_DATA => [
'name' => Exception::USER_PASSWORD_PERSONAL_DATA,
'description' => 'The password you are trying to use contains references to your name, email, phone or userID. Please choose a different password.',
'description' => 'The password you are trying to use contains references to personal data like your name, email, phone or userID. Please choose a different password.',
'code' => 400,
],
Exception::USER_SESSION_NOT_FOUND => [