<
Thank you for getting back to me so quickly!
I should have mentioned that I am running v5.01. Unfortunately, it appears they may have changed the location between versions 4 and 5.
Thank you!
Hello and thanks for your support!
As it turns out, the solution was to enter new lines into the associated resx file in C:\Program Files\NCSCoreWeb501\Website\DesktopModules\AuthenticationServices\DNN\App_LocalResources\Login.ascx.resx I added the .Text and .Help items for Username and Password as well as a new textbox control that I added and now show on this custom login module. Everything works and looks great.In the absensce of these new resource lines, the DNN library will inject default values before the above login.ascx control is injected into the C:\Program Files\NCSCoreWeb501\Website\DesktopModules\Admin\Authentication\Login.ascx control. I could have intercepted and changed the values there but this is a much cleaner way to accomplish this.Thanks again!