GitHub user mephi42 opened a pull request:
https://github.com/apache/zeppelin/pull/2679
[ZEPPELIN-3047] Let Firefox remember login and password
### What is this PR for?
It makes Zeppelin login window compatible with Firefox password manager, as
explained here:
https://stackoverflow.com/questions/18586938/remember-password-with-angularjs-and-ng-submit
### What type of PR is it?
Improvement
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3047
### How should this be tested?
* Open login window in Firefox, type anything. A suggestion to save
username and password should appear.
### Questions:
* Does the licenses files need update? - No
* Is there breaking changes for older versions? - No
* Does this needs documentation? - No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mephi42/zeppelin remember-password
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2679.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2679
----
commit acf6f25b387b156ee4dbf68d6f2a18a8cb0f551e
Author: mephi42 <[email protected]>
Date: 2017-11-18T14:06:10Z
Let Firefox remember login and password
https://stackoverflow.com/questions/18586938/remember-password-with-angularjs-and-ng-submit
----
---