# How to convert a staged user into a registered user from the frontend?

**URL:** https://meta.discourse.org/t/how-to-convert-a-staged-user-into-a-registered-user-from-the-frontend/217099
**Category:** Support
**Created:** [February 4, 2022, 3:31pm UTC](https://meta.discourse.org/t/how-to-convert-a-staged-user-into-a-registered-user-from-the-frontend/217099 "2022-02-04T15:31:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hifihedgehog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hifihedgehog/32/140207_2.png) [@Hifihedgehog](https://meta.discourse.org/u/Hifihedgehog)
#### Post date: [February 4, 2022, 3:31pm UTC](https://meta.discourse.org/t/how-to-convert-a-staged-user-into-a-registered-user-from-the-frontend/217099/1 "2022-02-04T15:31:16Z")

</div>

Outside of the process outlined below by using the rails c console in the _backend_, is there a process from the _frontend_ where I can convert a staged user into a regular, non-staged, registered one?

> [@Staged invited user did not become registered user](https://meta.discourse.org/t/staged-invited-user-did-not-become-registered-user/126216/13):
>
> You can do it via rails commands: cd /var/discourse ./launcher enter app rails c User.find\_by\_email("itsmedebryc@yahoo.com").update(staged: false)

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [February 5, 2022, 4:22am UTC](https://meta.discourse.org/t/how-to-convert-a-staged-user-into-a-registered-user-from-the-frontend/217099/2 "2022-02-05T04:22:17Z")

</div>

The person who owns that email address can come and sign up for a new account. Then they will go from being staged to being registered, and have access to any PMs already exchanged.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 7, 2022, 4:22am UTC](https://meta.discourse.org/t/how-to-convert-a-staged-user-into-a-registered-user-from-the-frontend/217099/3 "2022-03-07T04:22:49Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
