Mono Support How to set default role as registered  

Viewed 22356 time(s), 3 post(s), 3/8/2011 5:34:12 AM - by cosmogonor
3/8/2011 5:34:29 AM
1176 Reputation 140 Total posts

Hi

How to set default role as Registered along with the
users(role) as shown in the image, once user clicks on the activation email
link.


Thanks & Regards,
RRR

1
3/8/2011 9:17:17 AM
3016 Reputation 428 Total posts

Hi Cosmogonor,

In web.config file under the appSettings you can find "DefaultUserRoles". "Users" role is set by default. You can add your custom roles that have to be separated by comma.

e.g.

<add key="DefaultUserRoles" value="Users,Registered" />


Regards,
Ivan Marusic

2
3/8/2011 10:08:54 AM
1176 Reputation 140 Total posts

Hi

Thank you very much

Regards,
RRR

3
This is a demo site for MonoX. Please visit Mono Software for more info.