mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.27k stars 88 forks source link

Unknown email sender config #225

Closed Dakota-Schramm closed 1 month ago

Dakota-Schramm commented 5 months ago

Currently, there is no configuration option to allow for sending an email when the resource is not found when the user opts into the "paranoid" option.

With this addition, users will have a special email sent to them when their email is not found in the database

mikker commented 4 months ago

Thank you for contributing this.

Is this mainly a security measure (someone's trying to be you) or user experience (you don't have an account, try another address)?

mikker commented 1 month ago

My feeling is that this functionality shouldn't be included. Feel free to reopen if you'd like to argue otherwise 😊

Thank you for the suggestion and for using Passwordless though!