mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Allow for PIN login with aggressive lock-out (thanks gurnec)
This commit is contained in:
parent
bc778b8f64
commit
b81cd7dd06
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ Basic requirements:
|
|||
- Website supports HTTPS and 301 redirects HTTP requests
|
||||
- SSL certificate passes [Qualys SSL Labs SSL test](https://www.ssllabs.com/ssltest/)
|
||||
- The identity of CEOs and/or developers is public
|
||||
- If private keys are stored online:
|
||||
- Refuses weak passwords (short passwords and/or common passwords)
|
||||
- If private keys or encryption keys are stored online:
|
||||
- Refuses weak passwords (short passwords and/or common passwords) used to secure access to any funds, or provides an aggressive account lock-out feature in response to failed login attempts along with a strict account recovery process.
|
||||
- If user has no access over its private keys:
|
||||
- Provides 2FA authentication feature
|
||||
- Reminds the user to enable 2FA by email or in the main UI of the wallet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue