sso_account_deactivated.html 827 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>SSO account deactivated</title>
  6. <meta name="viewport" content="width=device-width, user-scalable=no">
  7. <style type="text/css">
  8. {% include "sso.css" without context %}
  9. </style>
  10. </head>
  11. <body class="error_page">
  12. <header>
  13. <h1>Your account has been deactivated</h1>
  14. <p>
  15. <strong>No account found</strong>
  16. </p>
  17. <p>
  18. Your account might have been deactivated by the server administrator.
  19. You can either try to create a new account or contact the server’s
  20. administrator.
  21. </p>
  22. </header>
  23. {% include "sso_footer.html" without context %}
  24. </body>
  25. </html>