Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@varun-ganesh-d Thank you for the information!
Long usernames are generated when using SSO at registration (all good).
You can't get the current user data without their uid. If you have access to the express req object you can grab it with req.uid or if it is a socket call then its socket.uid. The value of uid is 0 if the user is not logged in.
@Nicolas Sorry about the delay 😆
Consider listening to this socket call, which is sent to all connected clients, it seems.
@a_5mith said in Recommand: Attracting developers and end users to nodeBB:
are we explaining what each individual hook is for,
It would be nice if each individual hook was more explained. A lot of try and fail now + google 😛
@julian, it 's the same thing
is there a way to clear github related information from a user in the nodebb database ?
@terfex I don't think so... 2.8 just included a new command we take advantage of.
Good news, that we don't need to add filter, there is filter for user profile: filter:user.account But what is about static template?
noticed it here too. I'll update and see if it fixes.
@baris Cheers man, worked like a charm! ❤