PLEASE NOTE DO NOT change the names of the default roles/groups. You will break the forum.
However, I've downloaded the source and there are some temptingly named constants in the /Constants/AppContants.cs class which contains the following three properties
// Default Member Group
public const string MemberGroupDefault = "Dialogue Standard";
public const string MemberTypeAlias = "DialogueMember";
public const string MemberTypeName = "Dialogue Member";
If I modify these and their corresponding member type in Umbraco, will this still break the forum?
Changing default role / group names
I know, I know! I've seen the advice over on https://github.com/leen3o/Dialogue
However, I've downloaded the source and there are some temptingly named constants in the /Constants/AppContants.cs class which contains the following three properties
If I modify these and their corresponding member type in Umbraco, will this still break the forum?
is working on a reply...