@pichalite , the default theme of nodebb, with none of the custom skin its working.
S
smartameer
@smartameer
Posts
-
Cant add tags because of overlapping taskbar on topic creation -
Cant add tags because of overlapping taskbar on topic creationProblem experiencing date: 5th-Aug-2016
Taskbar : This bar is the bottom fixed bar where an appears at the right bottom place for toggling new topic.
-
Creating own sso for login from other databaseHello,
I have my own database, from which I want user to login, where the password keeps changing each month. So I don't want user to create account in nodebb again. I tried creating an sso plugin for overriding login but till now I am not sure to get the request data from the user i.e. username/email and password which he/she is entering.
I have seen firehook of overriding login and its not sending any of the user input parameters.
Ref: https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js#L41