Skip to content

Commit f1d6ef0

Browse files
authored
Merge pull request #241 from ExpressionEngine/feature/6.x/assign-role-on-signup
Assign a user to a given roll(s) on sign up
2 parents c88ab25 + f6f6df6 commit f1d6ef0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/member/registration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ NOTE: **Important:** In order for site visitors to be allowed to register for ac
3333

3434
This parameter allows you to specify the primary role to assign the new member, overrideing the default member setting.
3535

36+
### `primary_role=`
37+
38+
primary_role="6"
39+
40+
The primary role that will be assigned to registered member. If omited, the default role will be assigned.
41+
3642
## Form Inputs
3743
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](/member/password-validation.html).
3844

0 commit comments

Comments
 (0)