• Resolved imacg

    (@imacg)


    Hi,

    I just loaded your plugin and created a registration page with [clean-login-register] in it. I then deleted that page via trash but the login form still sees it and has a link to the trashed page even though that page has been deleted and cleaned from the database.

    I deleted the plugin and reinstalled but it still sees that page so can you advise where in the database, or other, that I clear this and remove the register link from my login form.

    thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alberto Hornero

    (@hornero)

    Hi,

    You can delete it manually, just enter in <your_domain>/wp-admin/options.php find the string cl_* and delete the key (the field should be empty)

    Alberto.

    Hi,
    I have just the same problem.
    I have looked a lot of time for the string cl_* in mydomain/wp-admin/options.php but I couldn’t find it, so I have the link “Register” activated to a dead page.
    May you help me?

    Thanks.
    Piero

    I also have acquired this problem, which really should not be marked a ‘solved’. Once the [clean-login-register] shortcode is entered it cannot be removed without a page error. My client decided not to have self-registration so I need to remove the attachment. Like imacg and minoxes, I cannot find the cl_* string in the options.php file. Any new suggestions? Thanks in advance for your help.

    Sirs, I had the same problem and the only solution I found was to comment line 40 of the file “wp-content\plugins\clean-login\content\login-form.php”, causing the “Register” link not to appear in the login form.
    It is a crude method, but it was the only way to “solve” this problem.

    Fraternal Embraces!

    I found a solution in the wp-options table (in the MySQL database):
    delete from wp-options where option_name = "cl_edit_url"

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[clean-login-register] issue’ is closed to new replies.