Is your feature request related to a problem? Please describe.
Right after the user signs up for an account there is a password setup step in the final page. However this may not be the most appropriate to accommodate for say the user leaving the page after signing up. For this reason, when calling the /signup endpoint is successful we should call sendPasswordResetEmail(auth, email).
You will have to edit onSuccess in client\src\components\composite\SignUpForm\PageConfig\PageConfig.tsx
Is your feature request related to a problem? Please describe.
Right after the user signs up for an account there is a password setup step in the final page. However this may not be the most appropriate to accommodate for say the user leaving the page after signing up. For this reason, when calling the
/signup
endpoint is successful we should callsendPasswordResetEmail(auth, email)
.You will have to edit
onSuccess
inclient\src\components\composite\SignUpForm\PageConfig\PageConfig.tsx
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)