GJordao / simple-auth

An authentication service that aims to be simple and customisable
MIT License
3 stars 3 forks source link

PASSWORD_RESET_URL is required but it shouldn't #15

Closed GJordao closed 3 years ago

GJordao commented 3 years ago

The environment variable PASSWORD_RESET_URL is set as required but by default we do not expect an SMPT server to be provided (we need email to send the password reset url). We need to either: