diff --git a/Makefile.PL b/Makefile.PL index 7f281c2..100b08b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,7 @@ WriteMakefile( 'Email::MIME' => '1.952', 'Email::Sender::Simple' => '2.500', 'File::ChangeNotify' => '0.31', + 'Net::LDAPS' => '0.68', }, test => {TESTS => 't/*.t'} ); diff --git a/public/css/main.css b/public/css/main.css index 7654d6e..18d93de 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -152,6 +152,7 @@ textarea.big { pre { white-space: pre-wrap; + overflow-wrap: break-word; } #header-content a:link { @@ -175,3 +176,12 @@ img.stats { width: 100%; display: block; } + +.inline { + display: inline; +} + +#favicon { + align-self: center; +} + diff --git a/templates/account/accountPage.html.ep b/templates/account/accountPage.html.ep index a3b895f..9415e2c 100644 --- a/templates/account/accountPage.html.ep +++ b/templates/account/accountPage.html.ep @@ -17,6 +17,12 @@ ldap.unix.dog and manage your account information that way.

+

+ In addition, please visit the + Keycloak account console to manage 2FA and WebAuthn security + keys. +

%= form_for account => begin

%= label_for username => 'Enter your username to get started:' diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 56bc4f5..84e86ac 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -21,7 +21,7 @@

- UNIX.dog + UNIX.dog

UNIX.dog