[SOLVED] Access details after registration
After completing the registration, the new member is given login details with the default WordPress URL instead of the community URL.
This is frustrating because the user goes to WordPress after logging in and is completely lost.
Is there a way to fix this?
Thanks!
I found out how to solve it. Plugin: FluentAuth. π
add to FluentSnippets (code php):
add_filter( 'wp_new_user_notification_email', '__return_false' );
Andrey A.Β This code will prevent the email from being sent. This is not the best solution.
The FluentAuth plugin allows you to customize the email and the destination of the user after login. This is the best solution!
For some reason, after customizing emails using the FluentAuth plugin, the "Access Details" email stopped being sent. π€·ββοΈ
I want it to continue, but customized.