Project

General

Profile

Actions

Bug #718

closed

redmine: unable to register a new account

Added by Pierre-Louis Bonicoli over 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Category:
Service :: Web
Start date:
2021-02-12
Due date:
% Done:

100%

Estimated time:
Patch Available:
Confirmed:
Yes
Branch:
Entity:
DuckCorp
Security:
No
Help Needed:

Description

https://www.redmine.org/account/register https://projects.duckcorp.org/account/register displays an HTTP 500 error.

Redmine logs (/var/log/redmine/dc/production.log) contains:

Processing by WelcomeController#index as HTML
  Current user: anonymous
  Rendering plugins/recaptcha/app/views/account/register.html.erb within layouts/base
  Rendered plugins/recaptcha/app/views/account/register.html.erb within layouts/base (70.2ms)
Completed 500 Internal Server Error in 232ms (ActiveRecord: 8.6ms)

ActionView::Template::Error (No site key specified.):
    26:   <p><%= custom_field_tag_with_label :user, value %></p>
    27: <% end %>
    28:
    29: <%= recaptcha_tags :hl=>current_language, :public_key => Setting.plugin_recaptcha['recaptcha_public_key'] %>
    30: </div>
    31:
    32: <%= submit_tag l(:button_submit) %>

plugins/recaptcha/app/views/account/register.html.erb:29:in `block in _plugins_recaptcha_app_views_account_register_html_erb___990786606388501379_47129660060800'
app/helpers/application_helper.rb:1242:in `labelled_form_for'
plugins/recaptcha/app/views/account/register.html.erb:3:in `_plugins_recaptcha_app_views_account_register_html_erb___990786606388501379_47129660060800'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'


Related issues 2 (0 open2 closed)

Related to DuckCorp Infrastructure - Enhancement #732: passenger: a better path for restart.txtResolvedPierre-Louis Bonicoli2021-09-12

Actions
Related to DuckCorp Infrastructure - Bug #776: Users are unable to register to projects.duckcorp.orgResolved2022-07-10

Actions
Actions

Also available in: Atom PDF