Back to Zammad

401: Unauthorized

public/401.html

7.0.1448 B
Original Source

class="error-message"<% end %>>

401: Unauthorized

<% if @message.present? %> <%= @message %> <% end %> <% if !@traceback %>

Sorry, but your authentication failed. Double check your credentials and try again.

<% else %> <% if @exception.message != @message %> <%= @exception.message %> <% end %> <% if @exception.backtrace %>

<% @exception.backtrace.each {|row| %>
  <%= row %>
<% } %>

<% end %> <% end %>