plan-net / core4

Develop, Operate and Collaborate on Data and Analytics
Mozilla Public License 2.0
9 stars 14 forks source link

case insensitivity for the email address while resetting password #290

Closed sanikamnjoshi closed 1 year ago

sanikamnjoshi commented 1 year ago

I had missed case insensitivity for the email address while resetting one's password in my last pull req. This fills that gap.

sanikamnjoshi commented 1 year ago

Going to have to make another change here. The email field doesn't seem to like a regex object. The name field has no problem with it (ref. last pull request).