I've just made a fork of nodebb-plugin-login-mysite and modified to use my api to login.
It work fine but i've a problem, a user can change on main database both his email and his username, and in this case nodebb will make a new account on next login.
The only thing wich can't change on main db is uid , any hint to solve this problem ?
Sorry for my bad english.
[nodebb-plugin-blog-comments] Access-Control-Allow-Origin issue
-
am having this issue with a lighttpd reverse proxyed forum and my blog
(index):1 XMLHttpRequest cannot load http://forum.domain.com/comments/get/114/0. The 'Access-Control-Allow-Origin' header contains multiple values ', undefined', but only one is allowed. Origin 'http://domain.com' is therefore not allowed access.
lighttpd conf
$HTTP["host"] == "forum.domain.com" { proxy.server = ( "" => ( ( "host" => "127.0.0.1", "port" => "4567" ) ) ) }
-
Post the blog comments config from ACP please?