apigee_edge.developer_settings.yml in Apigee Edge 8
config/install/apigee_edge.developer_settings.yml
8 string references to 'apigee_edge.developer_settings'
- apigee_edge_form_user_form_developer_email_validate in ./
apigee_edge.module - Validates whether the provided email address is already taken on Apigee Edge.
- apigee_edge_form_user_register_form_alter in ./
apigee_edge.module - Implements hook_form_FORM_ID_alter().
- apigee_edge_form_user_register_form_developer_email_validate in ./
apigee_edge.module - Validates whether the provided email address is already taken on Apigee Edge.
- apigee_edge_mail in ./
apigee_edge.module - Implements hook_mail().
- DeveloperCachingForm::getEditableConfigNames in src/
Form/ DeveloperCachingForm.php - Gets the configuration names that will be editable.
File
config/install/apigee_edge.developer_settings.ymlView source
- langcode: en
- verification_action: verify_email
- display_only_error_message_content:
- value: 'This email address already exists in our system. Contact us if you have any questions.'
- format: 'plain_text'
- verify_email_error_message:
- value: 'This email address already exists in our system. We have sent you an verification email to %email.'
- format: 'plain_text'
- verification_email:
- subject: 'Developer email address verification'
- body: |
- Dear [user:display-name],
-
- You tried to use this email address in [site:url]. This email address is already registered in our system.
-
- You may confirm this email address by clicking this link or copying and pasting it into your browser:
-
- [user:developer-email-verification-url]
-
- -- [site:name] team
- verification_token: developer-verification-token
- verification_token_expires: 86400
- user_edit_error_message:
- value: 'This email address already exists in our system. You can register a new account if you would like to use it on the Developer Portal.'
- format: 'plain_text'
- cache_expiration: 900