PasswordReset_host_header.adoc: Typo fixes
This commit is contained in:
parent
60087e441d
commit
23762885fa
@ -6,8 +6,8 @@ When creating a password reset link you need to make sure:
|
||||
- It can only be used once
|
||||
- The link is only valid for a limited amount of time.
|
||||
|
||||
Send a link with a random token means an attacker cannot start a simple DOS attack to your website by starting to
|
||||
block users. The link should not be used more than once which makes it impossible to change the password again.
|
||||
Sending a link with a random token means an attacker cannot start a simple DOS attack to your website by starting to
|
||||
block users. The link should not be usable more than once which makes it impossible to change the password again.
|
||||
The time out is necessary to restrict the attack window, having a link opens up a lot of possibilities for the attacker.
|
||||
|
||||
== Assignment
|
||||
|
Loading…
x
Reference in New Issue
Block a user