Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Need some help with with a customized login / signin objectNeed some help with with a customized login / signin object
Previous
 
Next
New Post
7/24/2007 3:17 PM
 

It took me the long afternoon but I didn't find the clue how I can redirect from the Login.ascx.vb.cmdLogin_Click method to the signin.ascx.vb object (I made a breakpoint at the Page_Load). When I traced the cmdLogin_Click to the passage:
....  
' portal tab
If PortalSettings.HomeTabId <> -1 Then
     Response.Redirect(NavigateURL(PortalSettings.HomeTabId, "Login", "returnurl=" & ReturnUrl), True)
Else
     Response.Redirect(NavigateURL(PortalSettings.ActiveTab.TabID, "Login", "returnurl=" & ReturnUrl), True)
End If
....
so far I understood here must it happen but how ???
From where does I take the /admin/security/signin.ascx ???
The cause: I'm finding (to code) a solution for customized skins for each portal on one dnn installation. I want not to touch the original login/logoff and signin files regarding the future updates.


Please can anyone help me with my problem or give some hint to solve it ? 
Thanks a lot in advance.

 
New Post
7/24/2007 3:29 PM
 

The "Login" control key that is being sent there is tied in the database to Admin/Security/Signin.ascx (in the ModuleControls table).  So, all you need to do is specify the Login control key, and it will take you to the login control.

Hope it helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
7/24/2007 4:24 PM
 

Thanks a lot it was a real help for me - I understand now how it works and my prototype is finished - when develop new administrative controls I'll do it over the NavigateURL method and the table in the database.

greetings 
guy  

 
New Post
8/8/2007 2:23 PM
 

Engage Software guys have helped me alot thus far - thanks.  I think I'm in the right thread - what I want to do is make signin.ascx the initial page when hitting our site.  I don't even see where to put signin.ascx.  I see the code and I see the login - but I don't want login I want signin.  I'm not understanding where the control key is and how to change it if that's what I'm needing to do.  Help... please...

 
New Post
8/9/2007 10:50 AM
 

To make a page the first page of your site, you could specify it as the Splash Page in your site settings (under Advanced Settings --> Page Management).  So, all you should need to do is to create a page with the Account Login module on it, and then make that be your Splash Page.  Then all traffic to your site's root will be redirected to that page.

Hope it helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Need some help with with a customized login / signin objectNeed some help with with a customized login / signin object


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out