[
https://issues.apache.org/jira/browse/COUCHDB-2435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240957#comment-14240957
]
ASF GitHub Bot commented on COUCHDB-2435:
-----------------------------------------
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
----
> Logging out should take you to the login page, not an Access Denied page
> ------------------------------------------------------------------------
>
> Key: COUCHDB-2435
> URL: https://issues.apache.org/jira/browse/COUCHDB-2435
> Project: CouchDB
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Ben Keen
>
> Right now when you click the logout link, you're always redirected to a page
> that says "Access Denied". Behaviour-wise, that seems pretty odd to me.
> How about redirecting to the login page instead?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)