thecreator01
Forum Replies Created
-
Hi, thanks for your reply. @wpmudevsupport15
I updated this line but it didn’t work. I think login_non_approved_error.php plugin is overriding the conditions in wrong_password.php plugin.
Hello @wpmudev-support2
I created a mu-plugin with this code but it didn’t work. When a user is created and logged in with an incorrect password, they still encounter the message “your account is awaiting approval”.
I noticed something like this.
When I create a user record with Forminator and approve it from the submissions page of Forminator, the user is added to the network users. When I try to log in with this user and type the password incorrectly, I encounter the message “account is awaiting approval”.However, when I create a user directly from the network admin panel and log in with this user (with the incorrect password), as expected, I encounter the warning message “The password you entered for the username demouser is incorrect.”.
Is there a difference between adding the user from Forminator and the network admin panel?
Hello, thank you very much for your help. I updated the code and now it works for email. @wpmudevsupport3
There is only one problem. If an existing user who is already verified types their password incorrectly, they will receive a private message in this plugin. Normally, users who type the wrong password will see the error “The password you entered for the username demostore is incorrect”. Is there a way to fix this?
Also, I really like and appreciate your support. Thank you again.
Forum: Plugins
In reply to: [WooCommerce] Coming soon page editI actually really agree. @newpr2024
I don’t think site visibility is really necessary in WooCommerce. Because there are already many plugins that do this job and I see that the team is still working on it in updates. There are much better suggestions on WooCommerce’s request features page and they should review them. I also think they should always focus on performance improvements.
Maybe a system can be created that asks for these features of WooCommerce during installation for users who don’t want them.
Hi, I tried this code again and it worked. Thanks for your help. @wpmudev-support8
However, even if the user’s password is incorrect, they will still receive the custom error message, and a created/verified user will also receive this custom message if they enter their password incorrectly. Ok, that may be enough for me. But if the user tries to log in with their email address, will they still receive the custom message? This only works with their username.
Also, does this code check the pending user records in forminator or the default user meta table in the wordpress database?
- This reply was modified 1 year, 9 months ago by thecreator01.
Hello, thank you very much for your help. @wpmudevsupport13
Actually I want to apply a default SMTP configuration for subsites from the network administrator. So I don’t want to allow subsite users to change and manage this.
But I also plan to use a different SMTP configuration for the main site. If I install another external SMTP plugin it will probably cause a conflict.
Is there a way to do this?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce remove endpointsHello, no I am using storefront theme. @doublezed2
Forum: Plugins
In reply to: [WooCommerce] WooCommerce remove endpointsHello, thank you and I will wait for your response. @ckadenge
I noticed that the issue on Github was closed but yes this issue is still not resolved.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce remove endpointsWill there be an update regarding these issues? When I checked, the issue still persists.
Forum: Plugins
In reply to: [WooCommerce] Adding products with XML fileHello, thank you for your reply. @doublezed2
Actually I don’t want to install a plugin for this. For example, if I convert an XML file with a product list to CSV format using an online tool, can I add these products with the default import feature of woocommerce?
@wpmudevsupport3 Thank you vey much for your help.
Hello @wpmudevsupport14 thank you very much for your help.
So is there a way to show the logout link instead of “Howdy, xxuser”?
Forum: Plugins
In reply to: [WooCommerce] Coming soon page editHello, thank you for your answers. @rajeshml @sandipmondal @ilyasfoo
Can I edit this edit as HTML from woocommerce files? Can I at least make style changes such as background color, maintenance mode warning message? Or a mu-plugin?
Forum: Plugins
In reply to: [HyperDB] Is this plugin no longer supported?Hello, this looks great. I will definitely look into it and thank you for your message. @daveyp
WordPress definitely needs a plugin like this and it should always be supported.
Forum: Networking WordPress
In reply to: Subsite SMTP settings not workingI think you are talking about PHP Mail() @macmanx
Each subsite in the multisite network operates independently with a different domain, and I think a dedicated SMTP is important for email deliverability.
Also, I am using a private server and if there is no SMTP setting, the subsite does not send emails to the user at all.