annunto
Forum Replies Created
-
Hello @champsupertramp
Let me explain you the flow i have used so that you can better understand my requirements it and then can advised me what can i do.
I am using the free version of Ultimate member plugin.
1- Registration process flow is like that
user registered -> get a mail to click on email activation link -> reset their password
2- user the plugin New user approve to add the admin approval part
user registered -> get a mail to click on email activation link -> reset their password -> Admin approval required before having access to ultimate portalif i am not misunderstanding, i could have used the ultimate member plugin pay version to do both email activation and admin approval, but for now , we do not have that budget $249/year.
Thanks
- This reply was modified 3 years, 1 month ago by annunto.
Hello @champsupertramp
ok noted, how i can remove it then ?Thanks
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
will it be possible to send me an screenshot , to show how it is working.
Thank you
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
Thank you for the update
I am contacting the member support of ultimate plugin to see what they can do ?
i will keep you posted.
Thank you
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
I am using theme Ocean WP, i have added it in the path wp-content/themes/oceanwp/function.php (parent theme)
Do you think it should have work.
Thanks
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
i hope you are doing wellI have just check the custom code , as a test i have insert the code as follows :
1- In the theme function.php
2- In the Code SnippetTesting on both side , display the same message Password is incorrect. Please try again.
Thanks
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
Thanks for the custom code, i will check it and will keep you posted.
Thank you
Best Regards
Heman- This reply was modified 3 years, 1 month ago by annunto.
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
Thank for the updateBest regards
Forum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
I hope you are fineI 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_13579Can you please help me out ?
Thank you
Hello @missveronicatv
I have just test it , it is working great.
Thank you very very much.
Best Regards
Hello @missveronicatv
//** email already registered **// add_filter('um_submit_form_error','um_012822_unique_email_error', 10, 2 ); function um_012822_unique_email_error( $error, $key ){ if( "user_email" == $key && um_is_core_page("register") && "The email you entered is incorrect" == $error ){ return __("Email is already registered","ultimate-member"); } return $error; }
//** invalid email **// add_filter( 'is_email', 'is_email_filter_validate', 10, 3 ); function is_email_filter_validate( $email, $raw_email, $bool ) { return filter_var( $raw_email, FILTER_VALIDATE_EMAIL ); }
I have just insert the above code in Snippet , it is unfortunately , giving me error – Email is already registered for both a registered email and incorrect email insert
Hello @missveronicatv
Thank you for the explanation , i was bit a lost.
I will check it.
I will inform you , once i completed.
Thank you very much for the help.
Really appreciateBest Regards
Can you please advised if the following can be done :
1- When user email is already registered – *Error display is: The email you entered is incorrect*
This is not good, it should rather display email is already registered2- When user enter an incorrect email , then the same error is correct The email you entered is incorrect
Hello @missveronicatv
I have just insert the code in a Snippet , unfortunately , i am have same error validation , The email you entered is incorrect , when email already registered and email is incorrect.
Thanks
Best Regards
Hello @missveronicatv
Thanks , i am checking it
i will inform you once i completely the test.
Thank you
Best Regards