@julia mhmmmm ...
Optional thing required to enable email confirmation is required to login..
I think it may help to prevent fake email users.
Genuine email with verification only the option to access the forum then automatically they Register and verify the email.
Now they just typing random words followed by @gmail.com and automatically it logged in without verifying email..
If they put random email also it should not redirect to logged in state from Registration page.
Whether they again put that email, password it should not log in, and it should give an error email confirmation is required to login please click the verification link sent to your email.. something like that..
Social login
-
Is there any social login plugin ?
I have try auth0 but i dont like it , only i need facebook-twitter-google .thanks
-
All these are available.
Install with the following commands
npm install nodebb-plugin-sso-google npm install nodebb-plugin-sso-twitter npm install nodebb-plugin-sso-facebook
-
they are available on the dashboard to install
-
-
@djcyry You can find them in the ACP -> Plugins page
-
@pichalite said:
@djcyry You can find them in the ACP -> Plugins page
No is not , whatever ..
why is not showing on register/login page ? twitter and facebook is configured but not showing ..
Demo :
http://www.nodebb.es/register
http://www.nodebb.es/login -
@djcyry did you configure the API settings under ACP -> Social Authentication?
If you did... did you reload NodeBB after that?
-
@pichalite said:
@djcyry did you configure the API settings under ACP -> Social Authentication?
If you did... did you reload NodeBB after that?
Yes , and i reload 3 times ...the 3rd time was works :-s sorry .
-
@djcyry You need to activate it first. Then reload the the NodeBB from Dashboard -> reload the browser. Then configure then in the Social Authentication section.
-
@Peter-Zoltan-Keresztes said:
@djcyry You need to activate it first. Then reload the the NodeBB from Dashboard -> reload the browser. Then configure then in the Social Authentication section.
Its done , i have activate it with the keys and then reload/restart . thanks