roundcubemail-plugins-kolab/plugins/kolab_2fa/lib/Kolab2FA/Driver/Exception.php
Thomas Bruederli 1b10eb060a Initial version of the Kolab 2-Factor-Authentication plugin.
This already includes:
- Drivers supporting TOTP, HOTP, Yubikey
- Storage backend abstraction
- Additional authentication step at login
- Settings section to provision and remove authentication factors
- Sample config with comments

Resolves T415
2015-06-04 15:53:04 +02:00

8 lines
79 B
PHP

<?php
namespace Kolab2FA\Driver;
class Exception extends \Exception
{
}