nikobojs / manuscrape_electron

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

Create reset password flow #9

Open nikobojs opened 10 months ago

nikobojs commented 10 months 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 10 months 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?