Im sure I wont be the first person to ask this.
I need to have some extra info on a landing page, where people can login before going to forum page.
Im a moderate coder, so know how to get input fields. But then how do I pass username & password to the forum page to login automatically? I did see there is a tutorial for landing page but that didnt seem to have login function?
For security, is it better the landing page hashes the password and only passes that through in hashed format?
After editing settings.js nothing change on my forum.
-
So i recently fix a bug and change 1 line in nodebb/public/src/client/account/settings.js
But when i check my forum, nothing is changed. When i check the file it contains my fix. I restarted forum , turn it off and on again, but nothing changed. Did i forgot to do something what should be done ?
-
@mārcis-veļikanovs did you run
./nodebb build
? -
No i dont , i will check this solution