bump package version to 1.5.0
[squeep-authentication-module] / test / stub-config.js
index d93cf6cefab83f225ec865cdad44d6f12c95e7e2..c1b279cd899fb2e913b2128e9270660593dd5361 100644 (file)
@@ -1,3 +1,4 @@
+/* eslint-disable jsdoc/require-jsdoc */
 'use strict';
 
 function Config() {
@@ -7,7 +8,7 @@ function Config() {
       basicRealm: 'realm',
       secureAuthOnly: true,
       forbiddenPAMIdentifiers: ['root'],
-      authnEnabled: ['argon2', 'pam', 'indieAuth'],
+      authnEnabled: ['argon2', 'pam', 'indieAuth', 'plain'],
     },
     manager: {
       pageTitle: 'test page',