Add invisible ReCAPTCHA to login and password reset

This commit is contained in:
Jakob Schrettenbrunner 2017-03-31 12:19:44 +02:00
parent f2f834af49
commit 142cbb0641
8 changed files with 184 additions and 4 deletions

View file

@ -69,4 +69,5 @@ return [
'owner' => 'Owner',
'admin' => 'Admin',
'subuser' => 'Subuser',
'captcha_invalid' => 'The provided captcha is invalid.',
];