asgiom / cr8-brm-mobile-issues

0 stars 1 forks source link

[BUG]Change PIN asks for email #104

Closed danielwwf closed 4 years ago

danielwwf commented 4 years ago

Describe the bug Change PIN asks for email even though there seems to be no validation of it.

To Reproduce Steps to reproduce the behavior:

  1. Go to change the pin

Expected behavior The email should not be needed to change your pin

Screenshots

image

Smartphone (please complete the following information): ALL

t3nshi commented 4 years ago

You are right. This is actually not needed here since we do store the user email on the user, the validation in place was done actually once on the process since the crypto of the PIN uses also the email. I will fix it for next version.

danielwwf commented 4 years ago

fixed