Forum Replies Created

Viewing 15 replies - 16 through 30 (of 56 total)
  • Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    It is likely that we have the same file.
    I deleted the old wp-login.php to replace it with a new one directly from a complete wordpress file.
    Result: still the same problem. So it’s not from the file in question.

    Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    Salut bcworkz,
    I regularly clear my browser cache, I used a new user test each time.
    I specify that I never had problem of connection myself as admin.
    As for the htaccess file, it is almost empty:

    `# BEGIN WordPress
    # Les directives (lignes) entre ??BEGIN WordPress?? et ??END WordPress?? sont générées
    # dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
    # Toute modification des directives situées entre ces marqueurs sera surchargée.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    # Wordfence WAF
    <Files “.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF`

    I have a feeling that the problem is in the wp-login.php file.

    Thread Starter mand01

    (@mand01)

    Well, I’ll make a little update on the subject. I did not solve the problem. The hard method to solve all this would be to reinstall the plugin but that would make me lose the registrations.

    Jacques, if you pass by here…

    Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    Yes ,it’s a same link.

    Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    I created the new user outside of the WP admin, using the user login form.

    Yes, I deactivated all plugins, I activated a theme twenty.
    There is no Mu folder

    Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    I just did a manual WP update and the problem is still there.

    Forum: Fixing WordPress
    In reply to: error password
    Thread Starter mand01

    (@mand01)

    Hello Bcworkz, thanks for your intervention again.

    To be sure that the translation of my words is what I say, here is again the description of the problem encountered:
    I create a new user. I click on the link in the activation email received, and I immediately enter the site where I can navigate perfectly. I disconnect, I enter my identifiers and there… “ERROR: The username or password you entered is incorrect”.

    I deactivated all my plugins -one by one- I deleted my “ithemes security” plugin which offered 2FA and the problem disappeared. I put back a single plugin and there the anomaly started again.

    So I contacted plugin support and explained the situation. So far no response.

    With a different theme, the problem persists.
    But I will still apply the solution you suggest and reinstall the WP core

    • This reply was modified 2 years, 2 months ago by mand01.
    • This reply was modified 2 years, 2 months ago by mand01.
    Thread Starter mand01

    (@mand01)

    Well, this information is very technical and I’m not at all sure to be up to your explanations!
    I went to look in pluggable.php and there is almost nothing, no filters.
    :/

    • This reply was modified 2 years, 2 months ago by mand01.
    Thread Starter mand01

    (@mand01)

    I added the modification in the additional css of WP. All angles appear fine. It’s solved for me.

    Thread Starter mand01

    (@mand01)

    I rectify: it is .w3-renc-sebg that must be made transparent ??

    Thread Starter mand01

    (@mand01)

    I found the reason for the problem of the lower angles not being displayed: it is the w3.block which prevents the display of these.

    When with the inspector of the browser I deactivate this block the lower angles appear.

    he needs a transparent background.

    Thread Starter mand01

    (@mand01)

    Hello bcworkz and thank you for stopping by my post.

    Indeed, the second link is confusing for the user who will realize that after clicking on the link
    he will not be able to connect to his account whereas with the first, yes he will be able.
    It may confuse and not encourage registration :/
    As for the blur I used, thank you for letting me know ??

    For the filter you indicate, what must be indicated at the filter level so that the second link disappears from the email sent to the user?

    • This reply was modified 2 years, 2 months ago by mand01.
    Thread Starter mand01

    (@mand01)

    That’s what I suspected. Thanks Jacques.

    PS: ah, a question that has nothing to do with: Is Dating compatible with CMSUno ?

    • This reply was modified 2 years, 2 months ago by mand01.
    Thread Starter mand01

    (@mand01)

    Is it a problem related to “encounter”, I don’t know…
    I disabled all the plugins I mentioned.

    Thread Starter mand01

    (@mand01)

    Thanks Jack for your help.

    I chose the path of wisdom by creating a plugin, as you indicate. Unfortunately, these actions have not changed anything for the mobile display problem.

    • This reply was modified 2 years, 2 months ago by mand01.
Viewing 15 replies - 16 through 30 (of 56 total)