mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'feat-password-history' of https://github.com/appwrite/appwrite into feat-password-history
This commit is contained in:
commit
2019deb454
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. Max passwords limit allowed in history is 20. Use 0 for disabling password history.',
|
||||
'description' => 'Max allowed passwords in the history list 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