Hi there!
I was wondering whether there was something i could change in the code to to make the remember me checkbox invisible or delete it? So far i've changed the admin/Authentication/login.ascx from
checkbox id="chkCookie" class="Normal" resourcekey="Remember" text="Remember Login" runat="server" and added
checkbox id="chkCookie" class="Normal" resourcekey="Remember" text="Remember Login" runat="server" "Visible="false"
But that didnt work, it came up with errors.
Any other suggestions would be appreciated! :)