Github user candeira commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/80#discussion_r18484748
--- Diff: app/addons/auth/templates/noAccess.html ---
@@ -16,6 +16,12 @@
<h2>Access Denied</h2>
<p>
You do not have permission to view this page.<br />
- You might need to <a href="#login<% if (urlBack){
%>?urlback=<%=urlBack%> <% } %> ">login</a>.
+
+ <% if (user) { %>
+ If you need access, you'll have to request authorisation for this
resource from an admin.
+ <% } else { %>
+ You might need to <a href="#login<% if (urlBack){
%>?urlback=<%=urlBack%> <% } %> ">login</a>.
+ </a>
+ <% } %>
</p>
</div>
--- End diff --
I'm assuming you mean a newline in the output between "You do not have
permission" and the next steps instruction. Will fix also kxepal's comment,
rebase and push -f.
---
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.
---