You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the update
When an user forgets their password, we want to email them a new password.
While our email server is not yet up and running, we can go ahead and build out the recovery page.
I think the recovery page will be straight forward / very simple, we just need to have the user / client submit a form with their email.
In addition to the password recovery, we would want to add an email verification function as well. So there will be an email function that we would want to battle test and then extend that out for these features.
Describe the update
When an user forgets their password, we want to email them a new password.
While our email server is not yet up and running, we can go ahead and build out the recovery page.
I think the recovery page will be straight forward / very simple, we just need to have the
user
/client
submit a form with their email.References for update
Include any links / data for the update that must be done.
[1] https://medium.com/@giuliamalaroda/authentication-with-next-js-and-strapi-part-3-forgotten-reset-password-48c7ee1e85d6
[2] https://strapi.io/blog/registration-and-login-authentication-with-vue-js-and-strapi-1
There are a couple other tutorials that could be found via a quick google search.
Security risk
Are there any major security risks?!
Not yet but we will go through and make sure there are no major issues.
The text was updated successfully, but these errors were encountered: