# Guest Signup Feature/Plugin

**URL:** https://meta.discourse.org/t/guest-signup-feature-plugin/235880
**Category:** Feature
**Created:** [August 11, 2022, 3:10pm UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880 "2022-08-11T15:10:16Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![MusabShakeel](https://avatars.discourse-cdn.com/v4/letter/m/43a26b/32.png) [@MusabShakeel](https://meta.discourse.org/u/MusabShakeel)
#### Post date: [August 11, 2022, 3:10pm UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/1 "2022-08-11T15:10:16Z")

</div>

Hi,

I’m new to discourse, one thing I’m searching is a guest signup/login feature, which allow a user to signup by just using their name to start utilizing discourse, I searched through discourse’s massive collection of plugin repos in github org but didn’t find anything related so far.

I would like to create guest accounts for users’ in a discord server to crosspost their bug reports and technical discussions to discourse to make it searchable through google, as discord is a private messaging platform but most discord server’s are using it as a forum too, when someone needs a solution they search it on google and when they don’t find it on there then they directly open a new ticket on discord server, and mostly their question was already answered by someone in the discord server.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [August 11, 2022, 8:06pm UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/2 "2022-08-11T20:06:30Z")

</div>

Don’t you just want someone to sign in to Discourse using their Discord login? That’s already possible without any plugins.

---

<div class="post-metadata">

### Author: ![MusabShakeel](https://avatars.discourse-cdn.com/v4/letter/m/43a26b/32.png) [@MusabShakeel](https://meta.discourse.org/u/MusabShakeel)
#### Post date: [August 12, 2022, 10:36am UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/3 "2022-08-12T10:36:47Z")

</div>

Thanks Robert for your reply, yeah I know about it and I also saw few bidirectional messaging plugins which allow sending and receiving messages to and from discourse and discord, but I don’t want to add any obstacle for our discord members to visit discourse and login, that’s why they are probably using discord for almost everything for a seamless ux. They will most likely never interact with discourse, just their technical discussions will automatically be posted on discourse for better discoverability.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [August 12, 2022, 10:45am UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/4 "2022-08-12T10:45:50Z")

</div>

You might also find this discussion interesting: [Watch topic using email address without requiring registration](https://meta.discourse.org/t/watch-topic-using-email-address-without-requiring-registration/214318)

---

<div class="post-metadata">

### Author: ![MusabShakeel](https://avatars.discourse-cdn.com/v4/letter/m/43a26b/32.png) [@MusabShakeel](https://meta.discourse.org/u/MusabShakeel)
#### Post date: [August 12, 2022, 11:03am UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/5 "2022-08-12T11:03:09Z")

</div>

sure I’ll take a look into it

---

<div class="post-metadata">

### Author: ![MusabShakeel](https://avatars.discourse-cdn.com/v4/letter/m/43a26b/32.png) [@MusabShakeel](https://meta.discourse.org/u/MusabShakeel)
#### Post date: [August 12, 2022, 12:44pm UTC](https://meta.discourse.org/t/guest-signup-feature-plugin/235880/6 "2022-08-12T12:44:58Z")

</div>

After reading the whole discussion I think the takeaway is to create an Staged User (it requires email I guess, so I might have to drop this idea), or create an Special User and treat User model appropriately.

I’m thinking of directly inserting users (which include only name and/or profile picture) and topics into db, because I don’t need any functionality discourse provide like notification etc. Is it a correct approach?
