GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/801
Replace standard basic-auth dialog with BootstrapDialog for user
authentication
### What is this PR for?
Instead of showing standard basic-auth dialog, replace the same with
BootstrapDialog for user authentication.
### What type of PR is it?
Improvement
### Todos
* [x] - Add API for user authentication.
* [x] - UI to take username/password.
### What is the Jira issue?
* [ZEPPELIN-769](https://issues.apache.org/jira/browse/ZEPPELIN-769)
### How should this be tested?
Edit `shiro.ini` replace line 39,40 with
#/** = anon
/** = authc
### Screenshots (if appropriate)
#### Before:
<img width="720" alt="screen shot 2016-03-28 at 3 21 44 pm"
src="https://cloud.githubusercontent.com/assets/674497/14075699/de7403b6-f4f8-11e5-99ad-4a45daae76cd.png">
#### After:
<img width="1438" alt="screen shot 2016-03-28 at 3 18 18 pm"
src="https://cloud.githubusercontent.com/assets/674497/14075666/9d8e33c6-f4f8-11e5-8ae0-9d1d25022d20.png">
<img width="1438" alt="screen shot 2016-03-28 at 3 18 37 pm"
src="https://cloud.githubusercontent.com/assets/674497/14075667/9d90f75a-f4f8-11e5-96ba-ede36da91336.png">
<img width="1438" alt="screen shot 2016-03-28 at 3 19 33 pm"
src="https://cloud.githubusercontent.com/assets/674497/14075668/9d91d5a8-f4f8-11e5-9df8-11f63b3629f9.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/incubator-zeppelin loginPage
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/801.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 #801
----
commit 8d9b07c4f87422759a0b5a16eb2c5d0ce9b1df8f
Author: Prabhjyot Singh <[email protected]>
Date: 2016-03-27T13:06:15Z
use modal dialog instead of basic auth dialog
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---