Craft CMS Front-End Registration
How to prevent someone from determining whether a user account exists by username or email address.
This is a follow-up video on the original course and will also be the source for an article on the same topic.
In the previous video on creating a password reset form, we didn’t takcle one important security issue when it comes to resetting password: enumeration.
User enumeration is the ability to establish the exitence of a user account by something like an email address. This can be determined by reading the response message of a password reset form or by timing the amount of time it takes to respond.
Craft CMS has user enumeration preventing built in, however it is not enabled by default.
Craft CMS Front-End Registration is made up of the following videos: