• Resolved 67turkey

    (@67turkey)


    `I was creating a page with [clean-login] and the login to this page works perfect.

    homepage.at/project_1/

    I was creating a second page (other project) and the login to this second page works also fine.

    homepage.at/project_2/

    Returning to the first project page, the login process ends on the second page

    Login on project_1 ends on page project_2

    All pages have the same [clean-login] code. Isn′t it possible to use Clean Login on multiple pages? If I delete project_2 I get a bad link.

    thx for spending your time on this subject!

    • This topic was modified 7 years, 4 months ago by 67turkey.
Viewing 3 replies - 1 through 3 (of 3 total)
  • @67turkey I had the same issue today. The main plugin file (clean-login.php) on line 242 sets the initial redirect URL for the logins. I commented out this line and got it to work for me.

    //$url = clean_login_get_translated_option_page( ‘cl_login_url’,”);

    I’m going to keep using the plugin so I would love to see a fix in the next release!

    Thanks,
    Ryan

    Hi @1953ossie
    I tried your solution but that seems to break my site and I get a white page error in backend for all /wp-admin pages plus I can’t log in myself through wp-login.
    Frontend works fine though.

    Any ideas?
    Thank you,
    Rebekka

    Plugin Author Alberto Hornero

    (@hornero)

    You can only use the shortcode in a page/post at the same time, if not, by removing this functionality others don’t work.

    Alberto.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Second Page with [clean-login] also changes the link from the first page’ is closed to new replies.