1

I'm working on a custom PasswordReset and SendPassword. While doing so, I found the existing controls at the Website\admin\Security, the reference is pointing to DotNetNuke.Modules.Admin.Security namespace. So I went to look for it in the platform source code, but couldn't find any projects (or dlls). Is there a separate solution some where? Please help me solve the mystery :)

tatigo
  • 2,174
  • 1
  • 26
  • 32

1 Answers1

1

Given that these files are part of the the "Website" directory they are NOT compiled into a DLL. The code for these files are alongside the actual .ascx files within the admin\security folder and you can make changes as you need to.

NOTE: I don't recommend changing the core unless you really need to, as you have to remember to always change it in future upgrades.

Mitchel Sellers
  • 62,228
  • 14
  • 110
  • 173