# Reloading the activation email sent page does not work

**URL:** https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258
**Category:** Bug
**Created:** [29.Декабрь.2018 12:49:30 UTC](https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258 "2018-12-29T12:49:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lmy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lmy/32/293215_2.png) [@lmy](https://meta.discourse.org/u/lmy)
#### Post date: [29.Декабрь.2018 12:49:30 UTC](https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258/1 "2018-12-29T12:49:30Z")

</div>

When resending email for signing up, if users refresh the page, the content will be shown as below:

We sent another activation email to you at **[missing {{currentEmail}} value]**. It might take a few minutes for it to arrive; be sure to check your spam folder.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [29.Декабрь.2018 13:49:04 UTC](https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258/2 "2018-12-29T13:49:04Z")

</div>

I can repro on Meta with Firefox and Chrome.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [31.Декабрь.2018 07:59:27 UTC](https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258/4 "2018-12-31T07:59:27Z")

</div>

The email is missing because we delete user ID from session after sending activation email and that is indeed the correct/safe thing to do.

Considering this is an edge case (and can be reproduced by accessing `/u/account-created/resent` directly), I updated the code to show generic success message (on reload) as per:

[https://github.com/discourse/discourse/commit/1381dc603d4dcad3c2ac6e12488692241fcbc79d](https://github.com/discourse/discourse/commit/1381dc603d4dcad3c2ac6e12488692241fcbc79d)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [31.Декабрь.2018 08:00:10 UTC](https://meta.discourse.org/t/reloading-the-activation-email-sent-page-does-not-work/105258/5 "2018-12-31T08:00:10Z")

</div>


