mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
webui: remove logout.html
https://fedorahosted.org/freeipa/ticket/4281 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
c41b782bc5
commit
ff17af16e7
@ -715,7 +715,6 @@ fi
|
||||
%dir %{_usr}/share/ipa/ui
|
||||
%{_usr}/share/ipa/ui/index.html
|
||||
%{_usr}/share/ipa/ui/login.html
|
||||
%{_usr}/share/ipa/ui/logout.html
|
||||
%{_usr}/share/ipa/ui/reset_password.html
|
||||
%{_usr}/share/ipa/ui/*.ico
|
||||
%{_usr}/share/ipa/ui/*.css
|
||||
|
@ -18,7 +18,6 @@ app_DATA = \
|
||||
ipa.css \
|
||||
login.html \
|
||||
login.js \
|
||||
logout.html \
|
||||
reset_password.js \
|
||||
reset_password.html \
|
||||
$(NULL)
|
||||
|
@ -1,30 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IPA: Identity Policy Audit</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="ipa.css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body class="info-page">
|
||||
|
||||
<div class="container_1">
|
||||
|
||||
<div class="header-logo">
|
||||
<img src="images/ipa-logo.png" /><img src="images/ipa-banner.png" />
|
||||
</div>
|
||||
|
||||
<div class="textblockkrb">
|
||||
<h1>You have been logged out</h1>
|
||||
<p>
|
||||
<a href="index.html">Return to main page.</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user