This is an automated email from the ASF dual-hosted git repository.

alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 37614d0  NIFI-7136 Added autocomplete="off" to login password input 
(#4055)
37614d0 is described below

commit 37614d02cd6721a33504ac2918b28243700632d1
Author: M Tien <56892372+mtien-apa...@users.noreply.github.com>
AuthorDate: Fri Feb 14 20:46:08 2020 -0800

    NIFI-7136 Added autocomplete="off" to login password input (#4055)
    
    NIFI-7136 Added autocomplete="off" to login password input
    Updated 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp
    
    Co-authored-by: Pierre Villard <pierre.villard...@gmail.com>
    
    Signed-off-by: Andy LoPresto <alopre...@apache.org>
---
 .../nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp
index 9f9a660..6339664 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-form.jsp
@@ -26,7 +26,7 @@
     <div class="setting">
         <div class="setting-name">Password</div>
         <div class="setting-field">
-            <input type="password" placeholder="password" id="password"/>
+            <input type="password" placeholder="password" id="password" 
autocomplete="off"/>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>

Reply via email to