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-registry.git
The following commit(s) were added to refs/heads/master by this push:
new b5d70d1 NIFIREG-357 Added autocomplete="off" to login password input.
new 4a46e92 Merge pull request #261 from mtien-apache/NIFIREG-357
b5d70d1 is described below
commit b5d70d153b0a0720e19573061f498bba73417462
Author: mtien <[email protected]>
AuthorDate: Tue Feb 18 13:24:39 2020 -0800
NIFIREG-357 Added autocomplete="off" to login password input.
---
.../main/webapp/components/login/dialogs/nf-registry-user-login.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/login/dialogs/nf-registry-user-login.html
b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/login/dialogs/nf-registry-user-login.html
index eee4614..e873e47 100644
---
a/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/login/dialogs/nf-registry-user-login.html
+++
b/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/login/dialogs/nf-registry-user-login.html
@@ -32,7 +32,7 @@ limitations under the License.
</div>
<div class="fill-available-width">
<mat-form-field floatLabel="always" fxFlex>
- <input #passwordInput type="password" matInput
floatPlaceholder="always" placeholder="Password">
+ <input #passwordInput type="password" matInput
floatPlaceholder="always" placeholder="Password" autocomplete="off">
</mat-form-field>
</div>
</div>