Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 03, 2012 12:11 PM by nijhawan.saurabh
Member
118 Points
425 Posts
May 03, 2012 11:18 AM|LINK
Hi,
I want include roles to my user registration, how can i do it?
lakmal
All-Star
135184 Points
21682 Posts
Moderator
MVP
May 03, 2012 12:02 PM|LINK
1. Roles.AddUserToRole
2. PLease detail.
16430 Points
3173 Posts
May 03, 2012 12:11 PM|LINK
Roles come into play after user registration and is solely decided by the Admin that is you.
So once user registration is done, you can add Role to a user id using the Roles API.
Roles.AddUserToRole(users,"Role"); //users is a string array of users.
gslakmal
Member
118 Points
425 Posts
Include roles to user registration
May 03, 2012 11:18 AM|LINK
Hi,
I want include roles to my user registration, how can i do it?
lakmal
ignatandrei
All-Star
135184 Points
21682 Posts
Moderator
MVP
Re: Include roles to user registration
May 03, 2012 12:02 PM|LINK
1. Roles.AddUserToRole
2. PLease detail.
nijhawan.sau...
All-Star
16430 Points
3173 Posts
Re: Include roles to user registration
May 03, 2012 12:11 PM|LINK
Roles come into play after user registration and is solely decided by the Admin that is you.
So once user registration is done, you can add Role to a user id using the Roles API.