diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index 599bb041cd..2c9cb720e1 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -126,6 +126,12 @@ class Project extends Model 'default' => 0, 'example' => 5, ]) + ->addRule('authPasswordDictionary', [ + 'type' => self::TYPE_BOOLEAN, + 'description' => 'Whether or not to check user\'s password against most commonly used passwords.', + 'default' => false, + 'example' => true, + ]) ->addRule('providers', [ 'type' => Response::MODEL_PROVIDER, 'description' => 'List of Providers.',