Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/80#discussion_r18469049
  
    --- 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.
    --- End diff --
    
    May be a bit reword it?:
    "Please ask request authorization from the server administrators."
    
    Also, this case lacks link to go back which is eventually provided by else 
clause.


---
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.
---

Reply via email to