kinoli / groupie

Assign users to specific user groups upon registration. Especially useful for front-end signup forms.
Other
3 stars 0 forks source link

Add guidance to documentation on what value group fields should have #6

Closed iamkeir closed 4 years ago

iamkeir commented 4 years ago

Hi there - thanks for the awesome plugin.

Just thought it might be useful to add to the documentation that any groups[] field within the /users/save-user form should contain the group ID integer, which you can find in the URL when looking at a particular group in the Craft admin, e.g. http://yoursite.com/admin/settings/users/groups/4

:)

kinoli commented 4 years ago

Ill get that added. Thanks for the suggestion.

On Wed, Nov 6, 2019 at 4:22 AM iamkeir notifications@github.com wrote:

Hi there - thanks for the awesome plugin.

Just thought it might be useful to add to the documentation that any groups[] field within the /users/save-user form should contain the group ID integer, which you can find in the URL when looking at a particular group in the Craft admin, e.g. http://yoursite.com/admin/settings/users/groups/4

:)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/6?email_source=notifications&email_token=AAAPALVTKXY6TXL4ENEOCBTQSKSGLA5CNFSM4JJTPHUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGJNEA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAPALSJ3LOK77L5THBXSMDQSKSGLANCNFSM4JJTPHUA .

brimby commented 4 years ago

Seconded. The existence of this issue saved me some frustration for sure.

kinoli commented 4 years ago

Sorry for the delay on this, the readme has been updated, It should have all the details you need now.