15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
$forall AuthPlugin{apName, apLogin} <- plugins
|
|
$if apName == "LDAP"
|
|
<section>
|
|
<h2>_{MsgLDAPLoginTitle}
|
|
^{apLogin toParent}
|
|
$elseif apName == "PWHash"
|
|
<section>
|
|
<h2>_{MsgPWHashLoginTitle}
|
|
<p>_{MsgPWHashLoginNote}
|
|
^{apLogin toParent}
|
|
$elseif apName == "dummy"
|
|
<section>
|
|
<h2>_{MsgDummyLoginTitle}
|
|
^{apLogin toParent}
|