8
0
Mirror von https://git.d3data.de/3rdParty/captcha-module.git synchronisiert 2025-04-29 09:11:35 +02:00
Dieser Commit ist enthalten in:
Daniel Seifert 2025-04-28 12:30:10 +02:00
Ursprung d2db4c010c
Commit a60a1ae2df

Datei anzeigen

@ -51,6 +51,21 @@ Exceptions:
- Activate the module in the administration panel.
## Occurrences (test cases)
- from user_billing.tpl block extension
- form/user_checkout_noregistration.tpl
- checkout/user.tpl (no login && order without account)
- form/user_checkout_registration.tpl
- checkout/user.tpl (no login && create account)
- form/user_checkout_change.tpl
- checkout/user.tpl (logged in)
- form/register.tpl
- page/account/register.tpl
- form/user.tpl
- page/account/user.tpl
- ... to be continued
## Uninstall
Disable the module in administration area and delete the module folder.