Hello,
I'm using DNN version - 07.04.01 (280). I have 3 custom user profile properties that I'd like to show to registered users using HTML Module. There three properties are of type TEXT with length set to 6, 10, 10 and Visible by default, default visibility by Admin Only. Replace Tokens box is checked for this module.
However, when I'm signed in as a non-admin user, I see only the value for property that has length set to 6. But I see '*******' for the other two properties. I thought this is due to the access level but this is not the case as I'm able to update these values under Profile section of this user.
Just for trial purpose, I create a new custom profile property named 'TestCode' of type TEXT with length set to 10, Visible by default & default Visibility set to Admin Only. Then I updated its value under non-admin user's profile section and I can see this updated value in the HTML module.
After this I deleted the other two old properties that are not working from the UI and also from the table 'dbo.ProfilePropertyDefinition'. I created these two again just like 'TestCode' above with same attributes and entered value via profile section for this user. I somehow again see '*******' and not the actual value. I've tried changing the visibility to All Users and I use the actual property name, but no luck till now!
Just to make sure, I registered a new user, entered all the values but I see '*******' for the same properties as explained above and actual entered values for others!
Can anyone please guide me what am I missing in above case?