• Hi,

    I have a wordpress social network site. When i try to register my site i can sign in but while login its always say incorrect password. also im using youzify plugin and when i register via youzify register form i can register and login to site. I have cleared site and browser cache but isnt work. Meanwhile when i register from template sign up form its add data to database(i saw in admin users panel) but always say password is incorrect.

    site template: olympus social network

    also i have unyson page builder and elementor plugins.

    Thanks.

    • This topic was modified 3 years, 1 month ago by mpusulu.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @mpusulu Just to be clear. You are unable to login via the theme login form. Is that right?

    Here are few steps I would recommend:

    1. Clear your browser cache (which you have stated you have tried), just make sure you cleared everything, cookies and cache.

    2. Try deactivating all plugins by either logging in via SSH or FTP to your server and rename wp-content/plugins to wp-content/plugins_backup.

    3. Change wp theme, it maybe an issue with your current theme. Try changing to one of the defaults like twentyfifteen.

    4. .htaccess could be causing problems so you can once again SSH or FTP to your server and rename .htaccess to htaccess.backup.

    Also check your wp-config.php making sure that your site url is defined properly:

    define('WP_HOME','https://example.com');
    define('WP_SITEURL','https://example.com');

    Let me know how it goes ??

Viewing 1 replies (of 1 total)
  • The topic ‘Cant register and login’ is closed to new replies.