bertearazvan/chemical_industry

createForgotPasswordPages

オープン

#8 opened on 2020/05/12

 (0 件のコメント) (0 件のリアクション) (2 人の担当者)JavaScript (0 件のフォーク)auto 404
Frontendenhancementgood first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

The reset password form flow is at it follows:

  • the user presses on forgot password and it is being redirected to a page that contains a form with one input for email.
  • We send the reset password email to the specified email where the user will have a button/link to click and to reset the password.
  • The user is being redirected to the page where we have a form that contains two fields: newPassword and confirmNewPassword.

Therefore we have to create two components:

  • Reset password form where he inputs the email.
  • Reset password form where he inputs the new password.
  • The design for these pages.

コントリビューターガイド