AppGrate / RecyclingSolutions-Issues

0 stars 0 forks source link

CHANGE PASSWORD #28

Open 7597208625 opened 3 years ago

7597208625 commented 3 years ago

"HOME PAGE" -> Change Password -> Enter only "New Password" 2 times

Is there no need to confirm old password or secure password change by OTP ?

prashantgithub82 commented 3 years ago

Change password is used only after successfully logged in that's why we are not putting any extra validation on top of it. For "Forget Password", we are doing validation via OTP.

7597208625 commented 3 years ago

We can put same system as "Forget Password"

7597208625 commented 3 years ago

This is pending

prashantgithub82 commented 3 years ago

I feel it would be redundant to put same functionality of forget password for change password. As it will be used after login so no validation is needed. But we can discuss to understand the need...