Skip to content
Snippets Groups Projects
Commit 16dc6486 authored by Adrian Lorenc's avatar Adrian Lorenc
Browse files

ISAICP-9575: Force "Visitors can create their own accounts" for behat.

parent dada3f87
No related branches found
No related tags found
1 merge request!215Release 2.3.2
......@@ -107,6 +107,7 @@ drupal:
- Monolog
- EU OSS Catalogue
- String overrides
- Visitors can create their own accounts
phpunit:
- Main settings
- Databases
......@@ -376,6 +377,8 @@ drupal:
$settings['locale_custom_strings_en'][''] = [
'Thank you for applying for an account. Your account is currently pending approval by the site administrator.<br />In the meantime, a welcome message with further instructions has been sent to your email address.' => 'Thank you for applying for an account. Your account is currently pending approval by the site administrator. In the meantime, a welcome message has been sent to your email address. We would like to inform you that our system automatically places accounts registered with certain generic email domains under review. This measure helps us maintain the integrity of the platform by minimising the risk of spam or misuse. If your account has not been validated in the following 3 business days, please contact us through our <a href="/contact">contact form</a>.',
];
Visitors can create their own accounts: |
$config['user.settings']['register'] = 'visitors';
Stage file proxy: |
$config['stage_file_proxy.settings']['hotlink'] = TRUE;
$config['stage_file_proxy.settings']['origin'] = 'https://interoperable-europe.ec.europa.eu';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment