31 lines
793 B
Plaintext
31 lines
793 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;
|
|
}
|
|
<body>
|
|
<h1>
|
|
$case userAuthentication
|
|
$of AuthLDAP
|
|
_{SomeMessage MsgUserAuthModePWHashChangedToLDAP}
|
|
$of AuthPWHash _
|
|
_{SomeMessage MsgUserAuthModeLDAPChangedToPWHash}
|
|
$if is _AuthPWHash userAuthentication
|
|
<p>
|
|
_{SomeMessage MsgAuthPWHashTip}
|
|
<dd>
|
|
<dt>_{SomeMessage MsgPWHashIdent}
|
|
<dd style="font-family: monospace">#{userIdent}
|
|
<dt>_{SomeMessage MsgPWHashPassword}
|
|
<dd>
|
|
_{SomeMessage MsgPasswordResetEmailIncoming}
|
|
|
|
$if is _Just userLastAuthentication
|
|
^{editNotifications}
|