mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
Optimized Captcha implementation by solving not defined bugs
This commit is contained in:
@@ -47,8 +47,8 @@ docker:
|
||||
enabled: true
|
||||
credentials:
|
||||
recaptcha:
|
||||
key: "{{ CAPTCHA.RECAPTCHA.KEY }}"
|
||||
secret: "{{ CAPTCHA.RECAPTCHA.SECRET }}"
|
||||
key: "{{ CAPTCHA.RECAPTCHA.KEY | default('') }}"
|
||||
secret: "{{ CAPTCHA.RECAPTCHA.SECRET | default('') }}"
|
||||
accounts:
|
||||
bootstrap:
|
||||
username: "administrator"
|
||||
|
||||
Reference in New Issue
Block a user