DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Reset password page

 4 Replies
 2 Subscribed to this topic
 37 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 7
New Around Here

Hi DNN friends.

There is some way to see the "Reset Password" page from the login module but without disabling the pop-ups from "Site Settings > Site behavior > More > Enable Popups", I would like to continue to be able to open the modals to configure the modules and style the "Reset Password" page like the rest of the portal that I am developing.

I think the following parameter can be used by adding it to the url: "&popUp=false", is there any specific user control to modify? or configuration?

I am using version 9.10.2 and 9.11.0 

Thanks!!!

Growing Member
Posts: 78
Growing Member

The ascx files are located here : root/admin/security

1) sendpassword.ascx

2) resetpassword.ascx

Senior Member
Posts: 1607
Senior Member
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!
I would highly advise avoiding any and all core code changes to any DNN file - especially when it comes to authentication. You may inadvertently create a backdoor to your website. If you do, this is essentially a backdoor to the server and anything that trusts the server too.

Instead, of modifying the core of DNN, I'd suggest building your own provider. This way, you can essentially modify the functionality as you see fit, but without modifying and potentially breaking other underlying features in DNN. It's more work, but it's the right way. (Not to mention, ensuring that you're not accidentally creating a security issue.)
New Around Here
Posts: 7
New Around Here

Thanks for your comments!!!
So I can only disable the pop ups as a solution?

Veteran Member
Posts: 1182
Veteran Member
MVP
MVP
You're an MVP!
No. You can create your own login module as I answered in your other post. Just take the "original" stuff and modify it, give it another name and install it in your portal.

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

DNN Connect

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

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

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved