plan-net / core4

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

Lst.test fix #302

Closed LuitpoldStotzem closed 11 months ago

LuitpoldStotzem commented 12 months ago

Fixed a Bug where the backend was not able to send a email. Fixed also the pytests

MarkusKral commented 12 months ago

Hi @LuitpoldStotzem ,

why do we even need to create a regex when searching for an user within our database? Allowing regex-input while resetting a password seems like a bad idea.

Cheers!