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.fr@gmail.com>

Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
M Tien 2020-02-14 20:46:08 -08:00 committed by GitHub
parent 6e8f10c4f6
commit 37614d02cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>