Update src/Appwrite/Utopia/Response/Model/Project.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Damodar Lohani
2022-12-18 14:08:45 +05:45
committed by GitHub
co-authored by Eldad A. Fux
parent ba77b35f05
commit 9114a61fb2
@@ -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,
])