c2ad3c7f3e
autocomplete=off is ignored by Chrome/Firefox when a password field is present - they clear the username value after page load. Use autocomplete=new-password on both fields to signal a new-credential context and prevent autofill interference. Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>