# Can we pass an email address to /password-reset?

**URL:** https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916
**Category:** Feature
**Created:** [12 בספטמבר,‏ 2017,‏ 6:49pm UTC](https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916 "2017-09-12T18:49:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [12 בספטמבר,‏ 2017,‏ 6:49pm UTC](https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916/1 "2017-09-12T18:49:33Z")

</div>

Continuing the discussion from [Reset password URL is /password-reset](https://meta.discourse.org/t/reset-password-url-is-password-reset/28072/6):

I’m working with someone moving over from Ning and am trying to minimize the pain of joining a new forum. I’m elated to find `/password-reset`, but it’d be even better if I could pass an email address to it.

What I want to do is send the “Trusted user, test the new site” email with a link to reset their password without them having to type it in (because they’ll do it wrong). I don’t want to just send them the new password links until they have read the informative email explaining what this new site and password are about.

It looks like that model is a POST, so it seems I can’t do what I want, but I’m hoping I’m wrong.

---

<div class="post-metadata">

### Author: ![downey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/downey/32/166878_2.png) [@downey](https://meta.discourse.org/u/downey)
#### Post date: [12 בספטמבר,‏ 2017,‏ 7:02pm UTC](https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916/2 "2017-09-12T19:02:25Z")

</div>

This sounds like a great part of a workflow when migrating to Discourse from another system where accounts are created/imported, but no password yet set.

Even just passing an email address in the URI query string, and pre-populating the textfield if it exists, would be a nice touch.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [12 בספטמבר,‏ 2017,‏ 8:11pm UTC](https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916/3 "2017-09-12T20:11:30Z")

</div>

Available since v1.5:

`/password-reset?email=hello@example.com`

---

<div class="post-metadata">

### Author: ![downey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/downey/32/166878_2.png) [@downey](https://meta.discourse.org/u/downey)
#### Post date: [12 בספטמבר,‏ 2017,‏ 9:28pm UTC](https://meta.discourse.org/t/can-we-pass-an-email-address-to-password-reset/69916/4 "2017-09-12T21:28:13Z")

</div>

Awesome, thank you for that update!
