diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index a9e809c0a8..2dfd96c9eb 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -122,7 +122,7 @@ class Project extends Model ]) ->addRule('authPasswordHistory', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Max password history to save per user. 20 maximum. 0 for ignoring the password history.', + 'description' => 'Max password history to save per user. Max passwords limit allowed in history is 20. Use 0 for disabling password history.', 'default' => 0, 'example' => 5, ])