Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match NodeBB Language (RE Captcha) #29

Closed
justinlosh opened this issue Jan 31, 2015 · 8 comments
Closed

Match NodeBB Language (RE Captcha) #29

justinlosh opened this issue Jan 31, 2015 · 8 comments

Comments

@justinlosh
Copy link

Is it possible to have the language match that of what is set for the NodeBB instance? For example, the language on my instance is set to en_US, but I am in Korea. So the text on the RE Captcha automatically defaults to kr_KR (Korean).

@akhoury
Copy link
Owner

akhoury commented Jan 31, 2015

yes, there is. Will add this soon

@chuegel
Copy link

chuegel commented Jun 6, 2016

How soon :) 👍

@akhoury akhoury closed this as completed in 6b33cec Jun 6, 2016
@akhoury
Copy link
Owner

akhoury commented Jun 6, 2016

there you go. You need to use nodebb-plugin-spam-be-gone@0.4.7

@chuegel
Copy link

chuegel commented Jun 6, 2016

Thank you!.

What are this warnings about

npm WARN unmet dependency /var/www/nodebb/node_modules/lwip requires async@'~0.9.0' but will load
npm WARN unmet dependency /var/www/nodebb/node_modules/async,
npm WARN unmet dependency which is version 1.5.2
npm WARN unmet dependency /var/www/nodebb/node_modules/redisearch requires async@'~0.9.0' but will load
npm WARN unmet dependency /var/www/nodebb/node_modules/async,
npm WARN unmet dependency which is version 1.5.2
nodebb-plugin-spam-be-gone@0.4.7 node_modules/nodebb-plugin-spam-be-gone
├── project-honeypot@0.0.0
├── akismet@1.0.0
└── simple-recaptcha@1.0.0

@akhoury
Copy link
Owner

akhoury commented Jun 6, 2016

seems like you have the async module newer than expected.. dont think this is a big deal, but you can try to re-install all the modules fresh.

@chuegel
Copy link

chuegel commented Jun 6, 2016

yes, nodebb seems to start after editing package.json

@akhoury
Copy link
Owner

akhoury commented Jun 6, 2016

well, technically you should wait for the release of NodeBB with that package.json changed, but that works for now

@chuegel
Copy link

chuegel commented Jun 6, 2016

Thank you for your support Sir

BenLubar added a commit to boomzillawtf/tdwtf that referenced this issue Jun 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants