# Passwordless signin via email link

**URL:** https://meta.discourse.org/t/passwordless-signin-via-email-link/57569
**Category:** Feature
**Created:** [2017 年2 月 17 日 19:25 UTC](https://meta.discourse.org/t/passwordless-signin-via-email-link/57569 "2017-02-17T19:25:29Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [2017 年2 月 20 日 23:14 UTC](https://meta.discourse.org/t/passwordless-signin-via-email-link/57569/5 "2017-02-20T23:14:05Z")

</div>

> [@codinghorror](#):
>
> I’ve never understood this request because this already works:
> 
> press “forgot password” button on login page  
> press “submit” button  
> get email  
> log in

That’s not the actual “forgot password” flow though. It goes:

1. press “forgot password” button on login page
2. press “submit” button
3. get email
4. **create new password**
5. log in

The feature here is essentially about removing the **(4) create new password** step.

- In the “Forgot password” modal, next to “Reset password” add “Log in with email” button.  

- When “Log in with email” is used, you get an email with a short-lived link that’ll log you in directly.

- Optional: Enabling `enable email logins` adds a “Log in with email” button alongside the social logins.  

* * *

> [@codinghorror](#):
>
> if you really don’t care what your password is and want to log in via email all the time, you can just smush your hands on the keyboard when entering your “new” password every time.

Here’s a scenario I quite often find myself in:

I’m on a new computer. One of the few passwords I can remember is that of my email, which is also protected with 2FA. However, on any site that doesn’t support social logins, I’m using a password manager so I can use long, secure passwords. But I’m not always on a device/browser where I’m allowed to use my password manager.

In these cases, an “email login link” would be strongly preferable to a password reset, since the problem isn’t that I’ve _forgotten_ my password; I never actually knew my password in the first place. If I change my password, that won’t match whatever my password manager has got stored.

---

_[View the full topic](https://meta.discourse.org/t/passwordless-signin-via-email-link/57569)._
