- or download this
$self->authen->config(
DRIVER => [ 'DBI',
...
POST_LOGIN_RUNMODE => 'okay',
RENDER_LOGIN => \&my_login_form,
);
- or download this
DRIVER => ['HTPasswd', '/etc/apache/htpasswd', '/etc/apache/otherhtpas
+swd']
- or download this
DRIVER => [
'HTPasswd',
'/srv/www/my/.htpasswd'
],