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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...How to change the Register and Retrieve Password links? How to change the Register and Retrieve Password links?
Previous
 
Next
New Post
3/11/2012 11:13 PM
 

Hi,

I installed a 3rd party authentication module on my DNN site which connects to my database and allows single-sign-on with my other site. The problem is that on the login popup window appear the Register and the Retrieve Password links which I would like to change to take me to my other site. These links seem to come from DNN, not my 3rd party authentication module.
I found that the Register and Retrieve Password links are in this file:
\Website\DesktopModules\Admin\Authentication\Login.ascx  (lines 16 and 17)
but the links are not there, and they are assigned from the code.
Is there a place in DNN where I can configure those links?

Thank you,
Steven
 
New Post
4/3/2012 11:57 AM
 
I found the solution in the meantime here:
http://www.dotnetnuke.com/Resources/Forums/forumid/108/threadid/403147/scope/posts/threadpage/1.aspx

As a summary, I changed these:

1)
Admin -> Site Settings -> Advanced Settings -> Security Settings
I have set User Registration to "None"
- the "Register" link disappeared (the "Retrieve Password" link still remained)

2)
\Website\Portals\_default\default.css
entered:
#dnn_ctr_Login_liPassword {display:none;}
- it hided the "Retrieve Password" link

3)
I also went to web.config and set these to false in line 251 (they were true):
enablePasswordRetrieval="false" enablePasswordReset="false"
- but I am not sure how much effect this has, since I already disabled the "Default Authentication" extension.
 
New Post
4/4/2012 3:39 AM
 

3) will effect default DNN Authentication Provider only.

Btw. regarding login screen layout I blogged at http://www.dotnetnuke.com/Resources/B...


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/4/2012 10:18 AM
 
Thanks Sebastian for your help.

> 3) will effect default DNN Authentication Provider only
Actually I installed a 3rd party Authentication Provider from iowacomputergurus.com. It is called External Database Authentication provider. After I configured I had 2 login tabs, one from DNN and one from this new one.
After I made some customizations and made sure I can log in using my 3rd party membership database, I disabled the Defatult Authentication from DNN and it doesn't show 2 login tabs anymore, but it seems that for the login window customizations I still have to customize the DNN files

Thanks for the info from your blog post. I realized that whatever you enter in the Admin / Site Settings / Stylesheet Editor tab, it goes to \Website\Portals\0\portal.css file. It was much faster to adjust the values in that file and refresh the screen instead of doing in DNN Stylesheet Editor (login and logout many times)

Using your CSS code, I was able to control the login position in popup, but not the login module width and height (actually you didn't mention the height)

I analyzed with Firebug and this is a code generated wher it shows inline styles for the width and height. I don't know where that code is generated from:

< iframe scrolling="auto" frameborder="0" src="http://localhost/login.aspx?ReturnUrl=%2fgettingstarted.aspx&popUp=true" id="iPopUp" style="display: inline; width: 389px; min-height: 334px; height: 389px;" class="ui-dialog-content ui-widget-content" >< / iframe >
 
New Post
4/4/2012 11:50 AM
 
Hi Snagy,
if source code looks like this, the size is hardcoded inside the aspx page and you need to override in your CSS file using "important" hint.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...How to change the Register and Retrieve Password links? How to change the Register and Retrieve Password links?


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