From fbad0f550db7f3e23b7adb70a536dbf11c7dcae8 Mon Sep 17 00:00:00 2001 From: constanza Date: Tue, 22 Oct 2019 02:15:30 -0400 Subject: [PATCH] Adding autocomplete off to login form --- lms/templates/student_account/login.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index 0a2672e78974..ec179e4c792d 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -27,7 +27,7 @@

<%- gettext("Sign In") %>

<% } %> -
+

<% if ( context.providers.length > 0 && !context.currentProvider || context.hasSecondaryProviders ) { %>