GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/143
Stay on same page after logout If the anonymous user does not have the permissions, they are redirected to the login in the next step. Closes COUCHDB-2435 --- Only exception here are actions that don't open a new page, e.g. in a database that is only accessible as admin, logout and click `changes`. You will get a spinning wheel of death and an error notification. So far no general solution came to my mind, open for suggestions! You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton COUCHDB-2435-logout-stay-on-page Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/143.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 #143 ---- commit 614854c0aa4dabcf438d93e925c2d149ede50db1 Author: Robert Kowalski <robertkowal...@apache.org> Date: 2014-11-10T10:23:03Z navbar: fix intendation commit 7b49270a36423f66adbb993da48be507c3a4ea20 Author: Robert Kowalski <robertkowal...@apache.org> Date: 2014-11-10T10:24:01Z Stay on same page after logout If the anonymous user does not have the permissions, they are redirected to the login in the next step. 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---