plan-net / core4

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

fixed passwort reset bug because of regex-email searching #301

Closed LuitpoldStotzem closed 3 months ago

LuitpoldStotzem commented 1 year ago

Because email i overwritten in the old code stand the JWT Token generation is not working anymore. This fix renames the email part for regex searching on the mongo. With this change the passwort reset is working again and not throwing 500 error

LuitpoldStotzem commented 11 months ago

Removed regex from user mail sendout

MarkusKral commented 3 months ago

Duplicate to https://github.com/plan-net/core4/pull/302