This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit cc472962afbba672fdc5eab98931fcb3ef342a66 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>
