Back to Zammad

401

public/401-mobile.html

7.0.1397 B
Original Source

401

<% if !@traceback %>

Unauthorized

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

<% if @message.present? %>

<%= @message %>

<% end %> <% else %>

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

<% end %>