Table of Contents |
---|
Purpose
...
Must be controlled by regular expression: ^(?=.*[a-z][аzа-яёїієґ])(?=.*[A-ZА-ЯЁЇIЄҐ])(?=.*\d)
...
Destination | Source | Description |
---|---|---|
id | Autogenerated | |
user_id | $.user_id | Extract user from token |
password | $.decrypted_hash | |
inserted_at | Timestamp: now() | Get current date-time |
3. Not allow to use recently used passwords
...