Hello,
I don't know how to activate session-sharing plugin.
When I activated this plugin and restart nodebb, suddenly can't run nodebb.
Do you know why?
and Can you tell me how to use session-sharing plugin?
Hello,
I don't know how to activate session-sharing plugin.
When I activated this plugin and restart nodebb, suddenly can't run nodebb.
Do you know why?
and Can you tell me how to use session-sharing plugin?
@julian Thanks!
umm.. I did insert data menually in database.
like this,
db.objects.insert({
... "_key" : "user:6",
... "username" : "test2",
... "userslug" : "test2",
... "email" : "[email protected]",
... "joindate" : 1525421227139.0,
... "lastonline" : 1525421227139.0,
... "picture" : "",
... "fullname" : "",
... "location" : "",
... "birthday" : "",
... "website" : "",
... "signature" : "",
... "uploadedpicture" : "",
... "profileviews" : 0,
... "reputation" : 0,
... "postcount" : 0,
... "topiccount" : 0,
... "lastposttime" : 0,
... "banned" : 0,
... "status" : "online",
... "uid" : 6,
... "password" : "$2a$12$buM7xOHIJdy.RK.eTmBph.EzPAIirzTjjDsLHjG/Y7Ogs0CvQlZES",
... "passwordExpiry" : 0
... })
but I can't login to my nodebb project. That appear 403 error.
Do you know why?
sorry, I can't speak english well.
@julian Thank you for reply,
Can you explain to me about “oAuth2 end point”?
hello, I'm student.
I want to use nodeBB in my website.
but, My website using session login, so I want,
when I register in website, I also register to nodeBB.
Can I do this? or Do you have anything solution?
(I have to use session login..T__T)