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

Merge branch 'disallow-personal-data' of github.com:appwrite/appwrite into disallow-personal-data

This commit is contained in:
Christy Jacob 2023-04-15 13:38:57 +04:00
commit 00322db289

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 => [