Skip to content

Commit 6467026

Browse files
committed
[TASK] Add documentation for basic auth in A/B tests
1 parent b746060 commit 6467026

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/Technical/Campaigns/AbTesting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ $GLOBALS['TYPO3_CONF_VARS']['BE']['lockIPv6'] = 0;
8484
$GLOBALS['TYPO3_CONF_VARS']['FE']['lockIP'] = 0;
8585
$GLOBALS['TYPO3_CONF_VARS']['FE']['lockIPv6'] = 0;
8686
```
87+
88+
###### Basic Auth credentials for A/B pages needed
89+
90+
You can simply add ENV variables to support basic authentication like (since luxenterprise 46.2.0):
91+
```
92+
LUXENTERPRISE_ABTESTING_AUTH_USER=username
93+
LUXENTERPRISE_ABTESTING_AUTH_PASS=password
94+
```

0 commit comments

Comments
 (0)