added documentation for usage of custom_logout_link

This commit is contained in:
Philipp Mundhenk 2024-01-21 15:31:32 +01:00
parent 59c0f5cc94
commit b947db2eb1
2 changed files with 3 additions and 1 deletions

View file

@ -207,7 +207,7 @@ class ProxyAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
->SetAllowedInJs(true)
->SetLabel('Activate automatic login')
->SetType(\RainLoop\Enumerations\PluginPropertyType::BOOL)
->SetDescription('Activates automatic login, if User Header is set (note: logout not possible)')
->SetDescription('Activates automatic login, if User Header is set (note: Use custom_logout_link to enable logout, see plugin README)')
->SetDefaultValue(true)
);
}