Skip to content

Commit

Permalink
NIFI-7136 Added autocomplete="off" to login password input (#4055)
Browse files Browse the repository at this point in the history
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.fr@gmail.com>

Signed-off-by: Andy LoPresto <alopresto@apache.org>
  • Loading branch information
mtien-apache committed Feb 15, 2020
1 parent 6e8f10c commit 37614d0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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>
</div>

0 comments on commit 37614d0

Please sign in to comment.