unee-t / frontend

Meteor front end

Home Page:https://case.dev.unee-t.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 error when trying to reset the MEFE password

franck-boullier opened this issue · comments

Context:

  • account has been created
  • use can access the dashboard (no issue there)

What the user wants to do:

  • Nath is trying to reset the password for a new employee.

The problem:

  • MEFE does not allow password reset (403) error
    20190611_113044

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

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

image

Should be resolved by 2a84064, but needs verification

Fixed in the latest release