aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-yubikey_auth
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak bulk -aAntoine Brodin2021-02-111-0/+1
| | | | Notes: svn path=/head/; revision=564976
* New port: mail/roundcube-yubikey_authKurt Jaeger2018-07-274-0/+71
This plugin adds the option to use a YubiKey as second-factor authentication. The YubiKey is a USB key emulating a generic keyboard and make use of One-time Passwords to provide two factor authentication. Activate the plugin by adding the following to Roundcube's config/config.inc.php: $config['plugins'] = array('roundcube_yubikey_authentication'); WWW: https://github.com/northox/roundcube-yubikey-plugin PR: 222318 Submitted by: Vidar Karlsen <vidar@karlsen.tech> Notes: svn path=/head/; revision=475412