LSID logins were removed from AWL, drop related bits in davical

This commit is contained in:
Florian Schlichting 2020-04-04 17:44:12 +02:00
parent 699d077834
commit e64fd2b868
2 changed files with 1 additions and 4 deletions

View File

@ -10,7 +10,7 @@ if ( isset($c->authenticate_hook['server_auth_type']) ) {
$home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown
}
} else {
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout&forget', translate('Log out of DAViCal') );
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout', translate('Log out of DAViCal') );
}
$wiki_help = '';

View File

@ -33,9 +33,6 @@ i18n('Edit this user record');
i18n('You are viewing');
i18n('You are editing');
# Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future
i18n("forget me not");
// Date format types
i18n('European');
i18n('US Format');