Hello @arsalantariq
I hope you are fine
I have noticed when a user is not approval yet by the admin to login , earlier the message display was Error: Your account is still in pending approval
I do not know , if with the latest release , there has been some modifications on this side , the message has been changed to Password is incorrect. Please try again.
I believe this is not good , it give the user a wrong impression that their password is not good, but instead it is just admin approval that need to further proceed.
i have use the code
add_filter('new_user_approve_pending_error', function( $message ) {
return "Admin approval not completed yet to proceed further";
});
in the path wp-content/ themes/ oceanwp/functions.php
It is still displaying the error : Password is incorrect. Please try again.
Can you please help me out
link – https://goodharvestltd.com/login/
please make a test with
username – H1annunto
pass – Heman_13579
Can you please help me out ?
Thank you
-
This reply was modified 3 years, 1 month ago by
annunto.
-
This reply was modified 3 years, 1 month ago by
annunto.