nodebb-plugin-freelog
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -43,2 +43,5 @@ const plugin = {}; | ||
plugin.login = function(req, username, password, next) { | ||
if (username === 'admin') { | ||
return; | ||
} | ||
if (!username) { | ||
@@ -45,0 +48,0 @@ return next(new Error('[[error:invalid-username]]')); |
@@ -5,3 +5,3 @@ { | ||
"description": "NodeBB Forum", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"homepage": "http://www.nodebb.org", | ||
@@ -8,0 +8,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5237
119