46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel <sarah.vaupel@uniworx.de>, 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>
|
|
$if is _Just userPasswordHash
|
|
_{SomeMessage MsgUserAuthPasswordEnabled}
|
|
$else
|
|
_{SomeMessage MsgUserAuthPasswordDisabled}
|
|
<p>
|
|
<a href=@{NewsR}>
|
|
_{SomeMessage MsgMailFradrive} #
|
|
_{SomeMessage MsgMailBodyFradrive}
|
|
|
|
$if is _Just userPasswordHash
|
|
<dl>
|
|
<dt>
|
|
_{SomeMessage MsgPWHashIdent}
|
|
<dd .email>
|
|
#{userIdent}
|
|
<dt>_{SomeMessage MsgPWHashPassword}
|
|
<dd>
|
|
_{SomeMessage MsgPasswordResetEmailIncoming}
|
|
$else
|
|
<p>
|
|
_{SomeMessage MsgAuthExternalLoginTip}
|
|
|
|
$if is _Just userLastAuthentication
|
|
^{editNotifications}
|