user login boxes

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/4/2011 10:06:23 AM
Gravatar
Total Posts 46

user login boxes

Hi Joe,

im using 

<portal:SiteLogin ID="LoginCtrl" runat="server" CssClass="login" />

to show a login form on the site, but once the users logged in id like it to show their username and mabye a profile link? is there a isLoggedIn()  function?

 

5/4/2011 12:34:37 PM
Gravatar
Total Posts 2239

Re: user login boxes

Hi,

You can use an ASP:LoginView control to show anything you want after the user is logged in.

HTH,
Joe D.

5/5/2011 11:31:43 AM
Gravatar
Total Posts 18439

Re: user login boxes

Most of the included skins already have the <portal:WelcomeMessage control which shows the user name after the user is signed in, and <portal:UserProfileLink which shows the link to the user profile if the user is signed in.

Hope that helps,

Joe

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