If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Hey - I while ago I managed to hide the user id field in the registration page - now I want it back but I cannot find where I changed the setting. Is it just another entry in mojoProfile.config - if yes then I must have deleted instead of my normal practice of commenting out when changing settings.
Cheers
John
Hi John,
You must have set
AutoGenerateAndHideUserNamesWhenUsingEmailForLogin
to true in Web.config or user.config
if you set it to false it should display again.
Hope that helps,
Joe
Right - I knew there was a setting I had changed but sloppily I had made the change in web. but was trying to find it in user. - thanks
Must follow my own rules - do not touch web.config even when just testing ;)
J