36 lines
846 B
Plaintext
36 lines
846 B
Plaintext
$newline never
|
|
\<!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 MsgUserAuthModePWHashChangedToLDAP}
|
|
$of AuthPWHash _
|
|
_{SomeMessage MsgUserAuthModeLDAPChangedToPWHash}
|
|
$if is _AuthPWHash userAuthentication
|
|
<p>
|
|
_{SomeMessage MsgAuthPWHashTip}
|
|
<dd>
|
|
<dt>
|
|
_{SomeMessage MsgPWHashIdent}
|
|
<dd .email>
|
|
#{userIdent}
|
|
<dt>_{SomeMessage MsgPWHashPassword}
|
|
<dd>
|
|
_{SomeMessage MsgPasswordResetEmailIncoming}
|
|
|
|
$if is _Just userLastAuthentication
|
|
^{editNotifications}
|