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
parent ba77b35f05
commit 9114a61fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
])