I have to change the character length allowed to enter into the User Name field to 15 chars max upon the registration. After looking around for a while I decided that I can just change maxlength value to "15" and I'll be done. The DNN on this particular install is version 4.4.1, and it's doing everything that's needed, so no upgrade necessary at the moment, just the limiting of the user name length.
I found Register.ascx under /admin/security/, there I found that it contains another control, which is under /controls/ and the file is user.ascx. It lists the max length as 175, I thought I'll try inputting 175 into the user name field on the site, it went past that, over a thousand at least and let me enter even more - first red flag! Then I did some modifications in users.ascx and uploaded - no changes are being reflected. Then I decided to just rename the file to test - no changes, renamed Register.ascx - same, no changes, everything is being displayed as if the files are still there. So if it doesn't need these two files to display what the files contain, it means it's not pulling the content from these files.
Where are the files that I am looking? I have dropped the "Account Login" module on the page that is being used to login/register, and the page has been assigned as a Login Page under Page Management in Admin/Site Settings.
Please advise where and which files should I modify to achieve the desired effect.
Thank you,
Val