We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For logout url like this: https://accounts.example.cz/logout?url=http%3A%2F%2Fgoogle.com
I am getting error, that file lib/casserver/views/logout.erb is missing
lib/casserver/views/logout.erb
The text was updated successfully, but these errors were encountered:
Place the following code in lib/casserver/views/logout.erb
<%# coding: UTF-8 -%> <table id="login-box"> <tr> <td colspan="2"> <div id="headline-container"> <strong><%= escape_html @organization %></strong> <%= t.label.central_login_title %> </div> </td> </tr> <% if @message %> <tr> <td colspan="2" id="messagebox-container"> <div class="messagebox <%= escape_html @message[:type] %>"> <%= escape_html @message[:message] %> <a href="<%=escape_html @continue_url %>"><%= escape_html @continue_url %></a> </div> </td> </tr> <% end %> </table>
Sorry, something went wrong.
No branches or pull requests
For logout url like this:
https://accounts.example.cz/logout?url=http%3A%2F%2Fgoogle.com
I am getting error, that file
lib/casserver/views/logout.erb
is missingThe text was updated successfully, but these errors were encountered: