I am currently using v2.8...
I need our clients to be able to just type in "username" instead of "username@domain". I tried to do this by using the following in the login.html file: <input type="hidden" name="domain" value="domain">
By looking at the log, it successfully added the domain, but I get the error of "Wrong username or password" no matter whether I use "username" as the username or "username@domain".
Is there anyway to modify the following in the login.html to add "@domain" to the username? <input type="text" class="textbox" %input-user% size="18">