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

Recaptcha overlapping Sign up buttons #4634

Closed
jywarren opened this issue Jan 16, 2019 · 2 comments
Closed

Recaptcha overlapping Sign up buttons #4634

jywarren opened this issue Jan 16, 2019 · 2 comments
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed help wanted requires help by anyone willing to contribute high-priority HTML

Comments

@jywarren
Copy link
Member

screen shot 2019-01-16 at 5 43 39 pm

Just noting this! I may not be able to fix it tonight but if someone wants to give it a try, please do! Thanks!

@jywarren jywarren added bug the issue is regarding one of our programs which faces problems when a certain task is executed high-priority help wanted requires help by anyone willing to contribute HTML labels Jan 16, 2019
@oorjitchowdhary
Copy link
Member

Hi, how can we test this... The recaptcha is available only for production

<% if Rails.env == "production" && !params[:spamaway] %>
<%= recaptcha_tags %>
<p>If you cannot use the ReCaptcha to verify you are not a bot, <a href="/signup?spamaway=true">use this alternative verification</a>.</p>
<% else %>
<%= render partial: 'users/spamaway' %>
<% end %>

@SidharthBansal
Copy link
Member

Moved to #4643

@SidharthBansal SidharthBansal added this to the Login/SignUp & OAuth milestone Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed help wanted requires help by anyone willing to contribute high-priority HTML
Projects
None yet
Development

No branches or pull requests

3 participants