diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
commit | 926ec7a6b85e6e3f7335a8c5ddcccd51937ee2d8 (patch) | |
tree | b7a420a919d0146f2a0bd2e1e577b795fcb99202 /templates/webmail/login.html.ep | |
parent | 4510e3720274865996ef056f1687997ba0b482be (diff) |
added a build configuration step
Diffstat (limited to 'templates/webmail/login.html.ep')
-rw-r--r-- | templates/webmail/login.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/webmail/login.html.ep b/templates/webmail/login.html.ep index 54ab40a..378ac05 100644 --- a/templates/webmail/login.html.ep +++ b/templates/webmail/login.html.ep @@ -1,6 +1,7 @@ % layout 'mainlayout'; -% my $uses_cram = config->{session}{secure} eq 'cram'; +% use JWebmail::Config; +% my $uses_cram = JWebmail::Config::LOGIN_SCHEME eq fc 'cram_md5'; <section class=section> <div class="container is-max-desktop box"> |