Commit Graph

15 Commits (ce4343e3e26073abd0d9107e7ca02bd8799eba03)

Author SHA1 Message Date
Your Name ce4343e3e2 Replace custom register token with spatie/laravel-honeypot
Swap the custom 'rt' register token anti-spam mechanism for
spatie/laravel-honeypot on the registration and parental-controls
invite flows.

- Add spatie/laravel-honeypot and publish config/honeypot.php
- Remove getRegisterToken() and the rt validation rule from RegisterController
- Replace the rt hidden field with the @honeypot directive in both forms
- Attach ProtectAgainstSpam middleware to POST /register and the
  parental-controls invite register route
- Update RegisterTest to disable honeypot for the valid registration case
2 weeks ago
Felipe Mateus 4a78cefad1
translate auth
- register
- login
2 years ago
Daniel Supernault 481314cd23
Update custom emoji, add config_cache support 3 years ago
Daniel Supernault c071c7195e
Update login/register views and captcha config, enable login or register captchas or both 3 years ago
Daniel Supernault e503a8da85
Update RegisterController 5 years ago
Daniel Supernault 425a6311e2
Update captcha views 6 years ago
Daniel Supernault 082c1ccb26
Add hCaptcha 6 years ago
Daniel Supernault 10a182c1cd
Fixes #1856 7 years ago
Daniel Supernault cd7ea97500
Update register view 7 years ago
okpierre c620ffdd68
Update register.blade.php
Change # placeholder for Terms of Use and Privacy Policy links into direct links
7 years ago
Shleeble f2135b3443
Update register.blade.php 8 years ago
Daniel Supernault 92939ed867 Add recaptcha to login/register form 8 years ago
Daniel Supernault dba5a5561c Update register view 8 years ago
Daniel Supernault d1b44529df Add username to register form 9 years ago
Daniel Supernault 2af48823ae Add authentication scaffolding 9 years ago