PasswordReset_host_header.adoc: Typo fixes

This commit is contained in:
Elie De Brauwer 2020-05-23 16:16:47 +02:00 committed by Nanne Baars
parent 60087e441d
commit 23762885fa

View File

@ -6,8 +6,8 @@ When creating a password reset link you need to make sure:
- It can only be used once - It can only be used once
- The link is only valid for a limited amount of time. - 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 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 used more than once which makes it impossible to change the password again. 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. The time out is necessary to restrict the attack window, having a link opens up a lot of possibilities for the attacker.
== Assignment == Assignment