Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9340089
logout.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
logout.html
View Options
{% extends "layout.html" %}
{% comment %}
Copyright (C) 2018 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load static %}
{% block title %}Logged out
–
Software Heritage archive {% endblock %}
{% block navbar-content %}
<
h4
>
Logged out
</
h4
>
{% endblock %}
{% block content %}
{% if 'next_path' in request.GET %}
<
p
>
Your authenticated session expired so you have been automatically logged out.
</
p
>
{% else %}
<
p
>
You have been successfully logged out.
</
p
>
{% endif %}
<
p
>
{% if oidc_enabled and 'remote_user' in request.GET %}
{% if 'next_path' in request.GET %}
<
a
href
=
"{% url 'oidc-login' %}?next_path={{ request.GET.next_path }}"
>
{% else %}
<
a
href
=
"{% url 'oidc-login' %}"
>
{% endif %}
{% else %}
<
a
href
=
"{% url 'login' %}"
>
{% endif %}
Log in
</
a
>
again ?
</
p
>
{% if 'next_path' in request.GET %}
<
p
>
Or go back to
<
a
href
=
"{{ request.GET.next_path }}"
>
previous page
</
a
>
.
</
p
>
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 10:13 AM (5 w, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3302451
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment