Feb 28, 2017 3:42 pm
How do you set/change the default usergroup that everyone gets joined to on registration?
1 Reply
Mar 02, 2017 7:21 am
It's stored in wp_options table of WP database. Option name is "wpforo_default_groupid" and it's set 3 by default. Here are list of default UsergroupIDs ( table: wp_wpforo_usergroups ):
- Admin - 1
- Moderator - 2
- Registered - 3
- Guest - 4
- Customer - 5