gab-social/app/controllers/auth
mgabdev a3ef16bc8c Added captcha for sign up form
• Added:
- captcha for sign up form
- empty ENV variables for: GAB_CAPTCHA_SECRET_KEY, GAB_CAPTCHA_CLIENT_KEY to be configured within captcha.gab.com
- Script insertion within registrations/new.html.haml containing instantiation for captcha.gab.com with our client key and challenge buster
- Div within registration form for #gab-captcha for the challenge to get inserted within
- Checks in RegistrationsController for captcha verification using server token (automatically generated in form), secret [server] key before checking if username/password/email is valid
2021-01-26 15:04:05 -05:00
..
confirmations_controller.rb Removed unused @body_classes in ruby 2020-07-21 16:51:39 -05:00
passwords_controller.rb Removed unused @body_classes in ruby 2020-07-21 16:51:39 -05:00
registrations_controller.rb Added captcha for sign up form 2021-01-26 15:04:05 -05:00
sessions_controller.rb [sessions] stick to master, take 2 2020-12-28 01:15:59 -05:00