@julian How ? if i write any plugin in local mechin http://127.0.0.1:4567/ then how will this plugin goes to NodeBB ??
Best posts made by himadree
-
RE: Is my NodeBB installation correct?
Latest posts made by himadree
-
plugin OR widget Which One for Nodebb JavaScript web Apps?
Hi,
I want develop a Web applications like chat apps etc using JavaScript code embedded into html page. I've read the Writing Plugins for NodeBB Doc and Writing Your First NodeBB Plugin.
But there are no clear suggestion about how write JavaScript code on Nodebb and which is the best between plugin and widget for such JavaScript apps ?
[Also: give me any useful links that covers such JavaScript apps on Nodebb] -
RE: Account locked temporarily Issues?
@julian let me know u get any clue to resolve this problem.
-
RE: Account locked temporarily Issues?
@julian i follow ur advice and it was for the 1st successfully login.
But sadly after when i logout and restart redis server & nodebb from gitshell and used the same password but again login problem appears!!!
Am i misunderstanding it? Does it needs new logins every time i open nodebb at my localhost??
please clarify me.
WHAT is going on!!! it is so disappointing.please help. I am so tired of posting many screenshots.......... -
RE: Account locked temporarily Issues?
@julian i am still facing serious difficulties on user login at my local host.last day as u suggest i follow your steps but nothing happened its showing invalid password.But the password was correct:
I again try today to reset password i went to http://127.0.0.1:4567/reset and set the password :
But however i don't get any e-mail password resent.
after that opened redis cmd but strangly this time i got many uids !!:
Help it pains. -
RE: Account locked temporarily Issues?
@julian for more clarification My online NodeBB user account working Fine. But this lock problem is from my localhost.so i guess u understand.
i follow the steps u mentioned and use redis command prompt to use redis-cli but still its locked:
-
Account locked temporarily Issues?
at my local pc i run radis & nodebb on gitshell
ones i visit my local host page:
I use my username & password (which i used at NodeBB community) it shows lock:
i also read
Your account has been locked temporarily
lost admin password
But still need proper directions.
BTW My online NodeBB user account working Fine.
i also forgot my admin password that i used during installation.So what should i do.How to recover same password.later on i follow the steps suggested by admin :
- Go to http://127.0.0.1:4567/reset, and send yourself a reset password request. Doesn't matter if no emailer is installed.
- Run the redis command line (redis-cli), and execute this query: hkeys reset:uid, copy the LAST result returned.
- Go to http://127.0.0.1:4567/reset/{that_code}, and reset your password.
To unlock a locked account, and you know your uid:
redis-cli DEL lockout:YOUR_UID
but i m still facing lock issue:
i need help on this. -
RE: Is my NodeBB installation correct?
@a_5mith this link is good for NPM . Do you know any links on step by step way to create plugin on NodeBB?
-
RE: Is my NodeBB installation correct?
@a_5mith it really helps a lot. Do u know any resource or links where this thing u said is explain (i mean how to upload created plugins like u said)?
-
RE: Is my NodeBB installation correct?
@julian How ? if i write any plugin in local mechin http://127.0.0.1:4567/ then how will this plugin goes to NodeBB ??
-
RE: Is my NodeBB installation correct?
@a_5mith So does it meant Can i write new plugin on my local pc using this set up and add my plugin in NodeBB??