mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update descriptions
This commit is contained in:
parent
5e9c8eb39e
commit
07db91c7ce
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ class LoginExternalSsoPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
REQUIRED = '2.21.0',
|
REQUIRED = '2.21.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
LICENSE = 'MIT',
|
LICENSE = 'MIT',
|
||||||
DESCRIPTION = 'More secure version of Login External with an SSO key';
|
DESCRIPTION = 'Login with $_POST "Email", "Password" and "SsoKey". It returns an SSO hash to use with "?Sso&hash="';
|
||||||
|
|
||||||
public function Init() : void
|
public function Init() : void
|
||||||
{
|
{
|
||||||
|
|
@ -48,7 +48,7 @@ class LoginExternalSsoPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
// Was application.ini external_sso_key
|
// Was application.ini external_sso_key
|
||||||
Property::NewInstance('key')->SetLabel('SSO key')
|
\RainLoop\Plugins\Property::NewInstance('key')->SetLabel('SSO key')
|
||||||
->SetDefaultValue(''),
|
->SetDefaultValue(''),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ class LoginExternalPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
REQUIRED = '2.21.0',
|
REQUIRED = '2.21.0',
|
||||||
CATEGORY = 'Login',
|
CATEGORY = 'Login',
|
||||||
LICENSE = 'MIT',
|
LICENSE = 'MIT',
|
||||||
DESCRIPTION = '';
|
DESCRIPTION = 'Login with $_POST["Email"] and $_POST["Password"] from anywhere';
|
||||||
|
|
||||||
public function Init() : void
|
public function Init() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue