mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Utopia/Response/Model/Project.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
ba77b35f05
commit
9114a61fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue