CSFV Password Reset Flow Improvement

Key Information

Register
Submit
The challenge is finished.

Challenge Overview

Task Overview

The goal of this challenge is to change the reset password flow in CSFV website.

Task Requirements

The current reset password page is https://www.verigames.com/login/startRecoverPassword

  • Change the page to have only a single field "Email Address". The provided email must be valid, so validation must be peformed here as well.
  • Change backend to only use the email address to reset password and send the email to user.
  • If the provided email address don't have any associated CSFV account then send email to the user with following content :
    • "Dear user, we did not find any user associated with your email address. In order to register new user please click this button "Register". Or Or copy and paste this link on your browser URL address <register address"
    • Use same template structure as the "forgot password" template but change the content as mentioned above, and make sure it is well formatted as the original "forgot password" template.
    • On successful email sent it will show same confirmation message as the one for valid email address.
  • Cleanup frontend and backend to remove the non-used code from old flow.

Source Code Repository

We have the source code in private repository https://github.com/topcoderinc/csfv_frontend_module

If you don't have access, please request it in the challenge forums.

Deliverables

  • Patch file of the changes.
  • Text file with any note to reviewer

 



Final Submission Guidelines

.

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30044529