-
- Downloads
GRN2-125: Added a configurable reCAPTCHA on sign up (#502)
* Added a configurable reCAPTCHA on sign up * Added missing code
Showing
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/controllers/users_controller.rb 9 additions, 2 deletionsapp/controllers/users_controller.rb
- app/helpers/users_helper.rb 3 additions, 0 deletionsapp/helpers/users_helper.rb
- app/views/users/new.html.erb 6 additions, 1 deletionapp/views/users/new.html.erb
- config/application.rb 3 additions, 0 deletionsconfig/application.rb
- config/locales/en.yml 4 additions, 0 deletionsconfig/locales/en.yml
- sample.env 8 additions, 0 deletionssample.env
... | @@ -119,3 +119,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -119,3 +119,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
gem 'coveralls', require: false | gem 'coveralls', require: false | ||
gem 'random_password' | gem 'random_password' | ||
# Adds helpers for the Google reCAPTCHA API | |||
gem "recaptcha" |
Please register or sign in to comment