48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
\<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
h1 {
|
|
font-size: 1.25em;
|
|
font-variant: small-caps;
|
|
font-weight: normal;
|
|
}
|
|
.email {
|
|
font-family: monospace;
|
|
}
|
|
<body>
|
|
<h1>
|
|
$case userAuthentication
|
|
$of AuthLDAP
|
|
_{SomeMessage MsgUserAuthModeChangedToLDAP}
|
|
$of AuthPWHash _
|
|
_{SomeMessage MsgUserAuthModeChangedToPWHash}
|
|
$of AuthNoLogin
|
|
_{SomeMessage MsgUserAuthModeChangedToNoLogin}
|
|
<p>
|
|
<a href=@{NewsR}>
|
|
_{SomeMessage MsgMailFradrive} #
|
|
_{SomeMessage MsgMailBodyFradrive}
|
|
|
|
$if is _AuthPWHash userAuthentication
|
|
<p>
|
|
_{SomeMessage MsgAuthPWHashTip}
|
|
<dl>
|
|
<dt>
|
|
_{SomeMessage MsgPWHashIdent}
|
|
<dd .email>
|
|
#{userIdent}
|
|
<dt>_{SomeMessage MsgPWHashPassword}
|
|
<dd>
|
|
_{SomeMessage MsgPasswordResetEmailIncoming}
|
|
|
|
$if is _Just userLastAuthentication
|
|
^{editNotifications}
|