unee-t / frontend

Meteor front end
https://case.dev.unee-t.com/
GNU Affero General Public License v3.0
9 stars 17 forks source link

403 error when trying to reset the MEFE password #827

Closed franck-boullier closed 5 years ago

franck-boullier commented 5 years ago

Context:

What the user wants to do:

The problem:

nbiton commented 5 years ago

It appears to be caused because the user's email address is capitalized: 'Shanmuxxxx@xxxx.com', so no user record is found for the address that has been typed. I'm trying to make it case-insensitive now

franck-boullier commented 5 years ago

I just tried to reset the password with the email address without a capital letter but the problem is still the same:

image

nbiton commented 5 years ago

Should be resolved by 2a84064, but needs verification

franck-boullier commented 5 years ago

Fixed in the latest release