Registration confirmation message

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.

This thread is closed to new posts. You must sign in to post in the forums.
4/28/2012 5:09:48 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Registration confirmation message

I have a site where users are allowed to register but email validation is required. Once a user has clicked the link in the registration confirmation email, they see this message on the page:

"Your Registration is now confirmed, please click the Sign In link above to sign in."

As it happens my "sign in" link is not "above", it is "below"!  Can I change this?  Or could the message be more neutral, and perhaps include an actual link to the sign in?

e.g. "Your registration is now confirmed - you may now Sign In."

 

4/28/2012 5:34:24 AM
Gravatar
Total Posts 42

Re: Registration confirmation message

The message is taken from the resource file. In this case it is Resource.resx (The Key is 'RegisterConfirmMessage"). or the appropirate language version of this file. You just have to modify the value and the message will be as you want it to be.

But I suppose that after upgrading to the newer version of the mojoportal you will have to make such modifications again.

4/28/2012 5:55:55 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Registration confirmation message

Thanks tomzi - I even managed to get my link in there:

<data name="RegisterConfirmMessage" xml:space="preserve">    

<value>Your registration is now confirmed - you may now &lt;a href="/secure/login.aspx" alt="Sign In" title="Sign In"&gt;Sign In&lt;/a&gt;.</value>  

</data>

In terms of upgrades, perhaps the default version could be made more neutral (drop the "above" bit)?

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