From 9114a61fb2cde2ad2b7543e314a86b6dadb2bce3 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 18 Dec 2022 14:08:45 +0545 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Project.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Utopia/Response/Model/Project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ])