Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WpListings Pro theme login issue needs to be resolved WordPress

  • SOLVED

I had recently purchased the listings pro theme and I need customization for this on my site ASAP.

Here's the core problem:
Once the user registers, an email is sent to them. However, they are not required to confirm their account in order to use the site to post listings. Can you please help with this?
The same user is not able to sign in after re-opening the website.

Site: Pinhash.com

Answers (3)

2017-07-26

Farid answers:

Hi,

When a user gets registered on WordPress site a welcome email is sent to that user. If that welcome email doesn't contain a password setting link then it means that mail has been modified.

For the welcome email modification, you can use plugin like https://wordpress.org/plugins/welcome-email-editor/

If you need a custom solution/fix to send users a link to set a password on registration then let me know and I can do it for you (would need more details about your site).

By fixing the password setting process can also fix the user login problem.

Thank you


Kaavs comments:

Please provide your email address and I can send you the admin login details.


Farid comments:

Here it is: [email protected]


Farid comments:

Thanks for providing me the site access details. I have looked into your site and check the custom scripts and plugins conflicts.

While debugging the issue I found the culprit plugin that is https://wordpress.org/plugins/miniorange-otp-verification/ installed on your site.

I have deactivated it and tested the complete registration and login process again and it's working fine now.


Kaavs comments:

The user gets an email to set the password, however they don't need to confirm their email in order to login....this is the primary issue. The following is the scenario required:
1. User fills details on registration page.
2. User receives email to authenticate account.
3. User can login upon successful confirmation through link in email.


Farid comments:

Alright, please send me the FTP access details as well.

Thanks


Farid comments:

Hi Kaavs,

There were some issues with the content types management for the emails. It required me to go through all plugins and theme files related to login/registration process, whew.

However, I have fixed it. Now it fulfil your requirements. Please go and test as:

1. User fills details on registration page.
2. User receives email to authenticate account.
3. User can login upon successful confirmation through link in email.

Thank you!


Kaavs comments:

Yes, it works fine! Please mention where it was getting messed up.


Farid comments:

I installed this theme locally using DesktopServer and made several email tests and verified raw formats. Also checked the all related php files in the theme and plugins but no luck.

When I made the content type settings I got it worked. I have fixed the registration emails content type using the 'wp_mail_content_type' hook.

See the code below:

add_filter( 'wp_mail_content_type', function( $content_type ) {
return 'text/plain';
});

I have added it to the functions.php file at the very bottom.

Thanks


Kaavs comments:

Could you please also mention where you turn on/off the password field....


Farid comments:

Sure, it can be turned on/off from the "Theme Options > General Settings" options panel.


Kaavs comments:

Thank you!

2017-07-26

Cesar Contreras answers:

You currently use a plugin for registration, which one? Or is it a template function?
Maybe some configuration is needed.


Kaavs comments:

It's a template function...Did you just try creating a user? testuser?

2017-07-26

Arnav Joy answers:

are you still looking for help ??
my email is : [email protected]