koblog/bl-plugins/imap-authentication/languages/en.json
panigrc f54e5e65c9 Add Feature IMAP authentication
### Added

- Add IMAP Authentication Plugin which stores the IMAP server to a DB field and handles the registration and authentication of IMAP users.

### Changed

- Add extra plugin hooks `beforeVerifyUser` & `afterVerifyUser` in `60.plugins.php`.
- Change the `login.class.php` by calling the `beforeVerifyUser` & `afterVerifyUser` hooks in order to support more authentication methods.
2020-06-24 00:49:11 +02:00

8 lines
190 B
JSON

{
"plugin-data":
{
"name": "IMAP Authentication",
"description": "This plugin enables the authentication of users, using an IMAP server.",
"imap-server": "IMAP Server"
}
}