GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/196
Redirect to login page on access denied
An error message is displayed in Fauxton telling the user that
access is denied. While it tells them to select the login link to
log in (which does work), this is not a good user experience.
In this case, the user should be presented with the login and not
an error message.
closes COUCHDB-2435
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton login-message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/196.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 #196
----
commit 81d5e2efc6077bcefdfca428e858dd2c258dd9aa
Author: Robert Kowalski <[email protected]>
Date: 2014-12-10T10:51:43Z
Redirect to login page on access denied
An error message is displayed in Fauxton telling the user that
access is denied. While it tells them to select the login link to
log in (which does work), this is not a good user experience.
In this case, the user should be presented with the login and not
an error message.
closes COUCHDB-2435
----
---
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.
---