I am trying to create a custom user profile property that will force the user to accept the terms of the site in order to register.
I have created a the property called acceptTerms as shown below.
Enter a name for the property
acceptTerms
|
Select the Data Type for this field
|
Enter the category for this property. This will allow the related properties to be grouped when dislayed to the user.
|
|
|
|
|
|
Enter a View Order for this property
|
I then go on to the next step which is to manage the localization which I have also filled in.
The problem is that the locaized values for the help text, error text, etc do not show.
For example, instead of "Click on AcceptTerms to accept the terms of the site in order to register" for the help text, it just says "acceptTerms"
I see that there is a file called DNN/desktopModules/Admin/Security/App_localresources/profile.ascx.Portal-0.resx which has the values that I specified.
I see the profile properties in the Local Resources/Desltop Modules/Security/app-localresources/profile.ascx.resx file but not the custom ones.
Is this a bug or am I looking in the wrong place?
thanks,
Oscar