2020-04-09 13:28:13 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2021-02-01 13:01:15 -05:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<title>SSO account deactivated</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
{% include "sso.css" without context %}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="error_page">
|
|
|
|
|
<header>
|
|
|
|
|
<h1>Your account has been deactivated</h1>
|
|
|
|
|
<p>
|
|
|
|
|
<strong>No account found</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Your account might have been deactivated by the server administrator.
|
|
|
|
|
You can either try to create a new account or contact the server’s
|
|
|
|
|
administrator.
|
|
|
|
|
</p>
|
|
|
|
|
</header>
|
2021-02-03 15:31:23 -05:00
|
|
|
|
{% include "sso_footer.html" without context %}
|
2020-04-09 13:28:13 -04:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|