Nope, it still doesn't work
Are my 'User' and 'Access' settings correct (pls see the attached screenshot)? Here is what I have in the Welcome Email config:
Code:
Welcome [NAME],
Your membership application has been approved.
Your Membership Number: [USERNAME]
You can visit our website and login to members area at [SITEURL] using the following details:
[DETAILS]
And here is what I receive:
Code:
Welcome John Doe,
Your membership application has been approved.
APDT Membership Number: John Doe
You can visit our website and login to members area at http://www.mydomain.com using the following details:
Email : johndoe@example.com
Username : John Doe
Password : 7sjq840jk
When I check the User Management, the username is correctly changed to numeric member number so the query is definitely executed but it seems onBeforeUserApproval also fires before the welcome email is sent.