nikobojs / manuscrape_electron

ManuScrape desktop app for Windows 11
6 stars 2 forks source link

Create reset password flow #9

Open nikobojs opened 1 year ago

nikobojs commented 1 year ago

Right now it is not possible, as there is no mail server attached to the production instance. So to fix this problem, first we need to support sending emails. I'm thinking plain SMTP instead of using some vendor specific SDK. It is also a sensitive area in terms of GDPR which we need to take into account.

Pedrotheplant commented 1 year ago

Could a temporary solution be that upon signing up, manuscrape sends you an e-mail with the password you've chosen? Or is this not possible?