Changing text in login registration

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
2/5/2012 5:17:06 PM
Gravatar
Total Posts 8

Changing text in login registration

Joe

 

Thank you for your help before about moving the search option, still trying that one.

I have setup a swimming club web site www.westnorfolksc.com, when members register to create a login they are asked to create a User ID, email address and password. My problem is that I need to have them enter there full name instead of a user ID otherwise I am emailing them to confirm who they are before approving them.

If there a way to change the User ID text to say Full Name, or add a first name and last name field.

 

I have tried several options which I have found on the forums but with no luck, including mojoprofile.config.

Any assistance would be appreciated

 

regards

Barry

2/6/2012 10:33:48 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Changing text in login registration

You can customize the user profile to include extra fields by using your own .config file. See the User Profile Configuration document for details.

To make your extra fields appear during the registration process, set showOnRegistration="true". To make them appear as required fields, use requiredForRegistration="true".

Jamie

2/6/2012 10:36:37 AM
Gravatar
Total Posts 18439

Re: Changing text in login registration

Hi Barry,

Copy mojoProfile.config and rename it to CustomProfile.config

uncomment the entries for FirstName and LastName that already exist in the file

Then paste this into your user.cofnig file:

<add key="mojoProfileConfigFileName" value="CustomProfile.config" />

Then touch Web.config to make it reload settings.

Hope that helps,

Joe

2/6/2012 11:40:30 AM
Gravatar
Total Posts 8

Re: Changing text in login registration

worked a treat thank you very much.

note that the lastnames text in the code says firstname which I changed myself.

many thanks

You must sign in to post in the forums. This thread is closed to new posts.