Problem/Motivation
Test accounts may need an email address for testing purposes. Currently, Role Test Accounts are generated without an email address.
Proposed resolution
Generate an email address for Role Test Accounts based on the site email address.
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
Role Test Accounts are now generated with an email address based on the site email address.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3294049-3.patch | 3.05 KB | idebr |
Issue fork role_test_accounts-3294049
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedGenerate an email address for Role Test Accounts based on the site email address, for example: site@example.com generates email addresses like site+editor@example.com
Comment #5
idebr commented