plugins/Yubikey.php
changeset 13 cfc9c33fc880
parent 10 748fa1b80031
child 16 3163b9f58ae8
equal deleted inserted replaced
11:794e7b1a97e7 13:cfc9c33fc880
     4   "Plugin Name"  : "Yubikey authentication",
     4   "Plugin Name"  : "Yubikey authentication",
     5   "Plugin URI"   : "http://enanocms.org/plugin/yubikey",
     5   "Plugin URI"   : "http://enanocms.org/plugin/yubikey",
     6   "Description"  : "Allows authentication to Enano via Yubico's Yubikey, a one-time password device.",
     6   "Description"  : "Allows authentication to Enano via Yubico's Yubikey, a one-time password device.",
     7   "Author"       : "Dan Fuhry",
     7   "Author"       : "Dan Fuhry",
     8   "Version"      : "1.1.6",
     8   "Version"      : "1.1.6",
     9   "Author URI"   : "http://enanocms.org/"
     9   "Author URI"   : "http://enanocms.org/",
       
    10   "Auth plugin"  : true
    10 }
    11 }
    11 **!*/
    12 **!*/
    12 
    13 
    13 // Include files
    14 // Include files
    14 require( ENANO_ROOT . '/plugins/yubikey/corelib.php' );
    15 require( ENANO_ROOT . '/plugins/yubikey/corelib.php' );