# Onboarding process for new member

**URL:** https://meta.discourse.org/t/onboarding-process-for-new-member/74837
**Category:** Community Building
**Created:** [November 26, 2017, 5:03pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837 "2017-11-26T17:03:57Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Seanny123](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/seanny123/32/119764_2.png) [@Seanny123](https://meta.discourse.org/u/Seanny123)
#### Post date: [November 26, 2017, 5:03pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/1 "2017-11-26T17:03:58Z")

</div>

I’m [considering migrating from Facebook Groups to a semi-private Discourse instance](https://docs.google.com/document/d/1bp-fcGeGZ6WQlwdikyxAHv_7XEXuqCvWK_FR4r8rMT8/edit?usp=sharing) for [an event series](https://learningnight.com/) I help run. I have read the previous [blog](https://blog.discourse.org/2017/03/moving-from-facebook-groups-to-discourse/) [posts](https://blog.discourse.org/2017/01/discourse-for-private-communities/) and [Discourse posts](https://meta.discourse.org/search?q=facebook%20groups) about migrating from Facebook groups. However, I have some questions about the on-boarding process of new users, which might be mostly due to my unfamiliarity with the API.

# Filtering incoming users

Probably the biggest advantage to Facebook is it’s ability to use a Facebook profile as a proxy of trust. Basically, you can gague how likely a person is to be a spammy jerk by:

- How many friends they have
- The other groups they’re a part of
- Their geographical location
- (hardcore mode) Getting them to fill out a form with basic questions

Is filling out a form as part of new user joining possible to implement in Discourse to accomplish the same thing? I think this might be possible by customizing the profile creation form?

# Making users set up their email settings once accepted

Given I want people to get email notifications based off their geographical location, is it possible to make this part of their account creation process? For example, so that a person who lives in Waterloo isn’t subscribed to the event notifications from Tokyo and Taipei. I’m afraid of users being unable to figure out the category-specific email settings on their own. Also, I’d rather not have to make a how-to and make them read it.

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [November 26, 2017, 5:11pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/2 "2017-11-26T17:11:32Z")

</div>

This does not really address all of your issues, but if you are concerned about filtering incoming users, then one of the many options is to disable local registration and only use Facebook / Twitter login.

This way you can still use Facebook as a proxy of trust.

Extreme? yes, but still possible, so I wanted to point it out.

With that being said, Discourse has some awesome anti-spam features built in, so you might end up being pleasantly surprised.

---

<div class="post-metadata">

### Author: ![Seanny123](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/seanny123/32/119764_2.png) [@Seanny123](https://meta.discourse.org/u/Seanny123)
#### Post date: [November 26, 2017, 5:27pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/3 "2017-11-26T17:27:53Z")

</div>

All valid points.

I guess I also want to filter for people who I don’t want at the events, but that hasn’t been a problem before, so maybe it’s an unfounded concern.

---

<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: [November 26, 2017, 8:03pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/4 "2017-11-26T20:03:46Z")

</div>

One thing you could do is make the candidate write a little bit about themselves and what they hope to get out of your community.

---

<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: [December 1, 2017, 2:03am UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/5 "2017-12-01T02:03:52Z")

</div>

Discourse does a bunch of stuff to keep you from having to worry about spammy jerks. It does this by giving them limited access to start and requiring them to do stuff like read and interact with the site before gaining more privileges. Rather than guessing whether someone is a jerk based on some incomplete information, it bases the decision on their actual behavior.

You can manage people’s access to particular categories by having them join groups (which control access to categories). You can manage groups manually or by allowing people to request membership. You can assign anyone (not just admins and moderators) as a group owner to distribute the work of vetting people’s right to join a group.

There are some example plugins that will assign people to watch certain categories (and get event notifications) depending on their group, though these require modifying the plugin.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [December 1, 2017, 5:03am UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/6 "2017-12-01T05:03:53Z")

</div>

> [@Seanny123](#):
>
> Is filling out a form as part of new user joining possible to implement in Discourse to accomplish the same thing? I think this might be possible by customizing the profile creation form?

It looks like it hasn’t been mentioned yet: Discourse supports custom user fields, and they can be added to the registration page and required if wanted. Users can also require admin approval after registering before being given access, so that admins can review the form responses.

That said, I know very few sites that add mandatory fields to the registration page, and even fewer that use them to approve users joining. As Jay said Discourse does lots of stuff to protect you from spam. Registration flow changes should not be required.

---

<div class="post-metadata">

### Author: ![jcoates](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jcoates/32/78029_2.png) [@jcoates](https://meta.discourse.org/u/jcoates)
#### Post date: [December 1, 2017, 6:06am UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/7 "2017-12-01T06:06:36Z")

</div>

> [@Seanny123](#):
>
> Given I want people to get email notifications based off their geographical location, is it possible to make this part of their account creation process?

Probably the easiest way to do this is to require a user field that has users select their geographic region. Then you can sort them into groups based on this response.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [September 18, 2019, 9:16am UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/8 "2019-09-18T09:16:39Z")

</div>

> [@codinghorror](#):
>
> One thing you could do is make the candidate write a little bit about themselves and what they hope to get out of your community.

I’ve done this on our instance, but we are left with an irritating (albeit relatively minor) problem: the user fields in the /review page are not ordered nicely as per @eviltrout’s good work in [Custom User Field Enhancements](https://meta.discourse.org/t/custom-user-field-enhancements/31572) . This means that the relevant info to decide 👍 or 👎 is buried for our moderators/admins.

It could be that we could just hack this for our instance (main admin is @pacharanero), but I suspect that this is actually an issue for any Discourse instances that mandate data entry on joining in order to decide / control who should join.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [September 18, 2019, 2:26pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/9 "2019-09-18T14:26:35Z")

</div>

Just to be clear - the issue here is the fields appear, but are not in the correct order when reviewing?

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [September 18, 2019, 3:27pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/10 "2019-09-18T15:27:18Z")

</div>

Yes - it is a somewhat random order, determined by when the field title was last edited.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [October 9, 2019, 2:30pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/11 "2019-10-09T14:30:03Z")

</div>

Hey @markvanlan this might be a little one that would help you familiarise yourself with the front end of the review queue a bit. Can you add it to your list? Thanks.

---

<div class="post-metadata">

### Author: ![markvanlan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/markvanlan/32/160087_2.png) [@markvanlan](https://meta.discourse.org/u/markvanlan)
#### Post date: [October 14, 2019, 1:41pm UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/13 "2019-10-14T13:41:22Z")

</div>

@nathank We have fixed this issue, and when you update to the newest build, the user fields will be ordered properly.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [November 4, 2019, 9:05am UTC](https://meta.discourse.org/t/onboarding-process-for-new-member/74837/14 "2019-11-04T09:05:31Z")

</div>

> [@markvanlan](#):
>
> We have fixed this issue, and when you update to the newest build, the user fields will be ordered properly.

Looks great! It is a vast improvement on a small but important little feature.

@eviltrout - your team’s responsiveness is amazing. It is such a powerful thing for someone like me to be listened to; it communicates how highly you value little punters like me!!!
