Hi everyone,
I would like to customize login form for one of my portals.
- For this specific portal I would like to change text such as "Username" to "Card number".
- I would like to mask the username input field to be something like 1234 4321 XXXX XXX
I dug around a bit and found out following:
- I could modify "Login.ascx.resx" in "\DesktopModules\AuthenticationServices\DNN\App_LocalResources". However it will affect other portals.
- I could modify "Login.ascx" in "\DesktopModules\AuthenticationServices\DNN\" but again it will affect other portals
What could I do to achieve what I want and for only one portal ?
Regards,
Alex