Sign in Control - How can I add sign control to my home page

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.
12/10/2010 12:22:46 PM
Gravatar
Total Posts 14

Sign in Control - How can I add sign control to my home page

Hi,

I am using cms and e-commerece features of mojoPortal. Now I am big fan of mojoPortal. As per my client requirement I need to add 'Sign In' control on my home page right panel. Could anybody tell me that it is possible. If possible, any directions will be appreciated.

 

Thanks

Raavi

12/10/2010 3:42:01 PM
Gravatar
Total Posts 550

Re: Sign in Control - How can I add sign control to my home page

Hi,

The sign in user control is just a link to /Secure/Login.aspx . You can move <portal:LoginLink id="LoginLink" runat="server" RenderAsListItem="true" /> in to right panel. But that is a link.

Hope Helps,

Asad

 

12/11/2010 1:27:11 PM
Gravatar
Total Posts 14

Re: Sign in Control - How can I add sign control to my home page

Hi Asad,

Thanks for the replay. Login.aspx is not a control it is a web page. As per my client requirement, Login control should be present in home page not a login page link. Could you suggest me what are the best we can do to achieve this.

Thanks,

Raavi

12/11/2010 1:35:07 PM
Gravatar
Total Posts 18439

Re: Sign in Control - How can I add sign control to my home page

fyi, I implemented a User Sign In Module this morning that will be included in the next release (coming soon) and will allow you to add the sign in control to the home page. However, if you use SSL to secure authentication then you would need to use SSL on the home page. It is really better from a security practice point of view to use a separate page for login and not have other stuff on the page and to always use SSL for secure data such as login credentials.

12/11/2010 7:22:45 PM
Gravatar
Total Posts 2239

Re: Sign in Control - How can I add sign control to my home page

Hi Joe,

I spent some time on this yesterday and had it nearly complete (basically just borrowing all of your code from login.aspx). All I hadn't figured out was an error I was receiving when I entered invalid login info. You beat me to it!

Later,
Joe D.

12/14/2010 9:10:48 AM
Gravatar
Total Posts 18439

Re: Sign in Control - How can I add sign control to my home page

fyi, the new release of mojoPortal is available and includes this feature.

http://www.mojoportal.com/mojoportal-2358-released.aspx

Best,

Joe

12/15/2010 12:15:25 AM
Gravatar
Total Posts 14

Re: Sign in Control - How can I add sign control to my home page

 

Thanks Joe and team

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