Forum Replies Created

Viewing 15 replies - 331 through 345 (of 574 total)
  • Plugin Author tbenyon

    (@tbenyon)

    Hey @raider1967,

    Could you open up the dev tools in your browser and got to the network tab.

    I’d be interested to know about the request that appears in there when you hit the test button.

    What are the headers and what comes back in the response?

    Make sure to hide anything that may give people information you might not want shared (possibly such as your live domain name).

    Thanks,

    Tom πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Hey @matrixmedia,

    Sounds like you’ve solved it! 😊

    If you need any further assistance, don’t hesitate to get back in contact.

    If you get a chance to leave a review I’d be very grateful.
    https://wordpress.org/support/plugin/external-login/reviews/#new-post

    Thanks,

    Tom

    Plugin Author tbenyon

    (@tbenyon)

    Hi @matrixmedia,

    Apologies for the delayed response.

    The plugin just hooks into the authentication hook so using another plugin to generate a different form should make no difference.

    Is my plugin definitely working without the other two installed?

    Is it when you install both of those other plugins that it stops working or does one being installed break it?

    Thanks,

    Tom

    Plugin Author tbenyon

    (@tbenyon)

    Hey @turg77,

    Really glad you sorted it out πŸ™‚

    If you get a moment I’d be grateful if you could write me a review or buy me a beer!

    Thanks,

    Tom

    πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Hey @cramaekers,

    Apologies for the delay in getting back to you.

    I don’t believe the plugin will currently work with Azure SQL Server.

    To be upfront, this is not something I’m realistically going to be able to tackle in the near future due to my wife’s desire for a kitchen and having to take on more private work than I’d like : P

    My goal is to get some good testing in the plugin and swap out the custom database type queries to use a PDO but this won’t happen any time soon.

    However, if you’re interested in tackling adding Azure support yourself the good news is the key concepts have been previously created.

    I had a pull request previously and you can see how I tweaked their code to add MSSQL support on July 13th 2019 here:
    https://github.com/tbenyon/wordpress_external_login_plugin/commits/master
    – ae31634a7f94e60bb1dcc5c84fadac13392bf636
    – 4e4ec5e33dd76c09d7e9e5b0b1a937e2f2672675
    – 71f39db4202e95dd4c20dad496bfff308aa0ad41

    Without knowing your understanding of PHP I am unsure if this is something you’re comfortable to tackle. However, if you wanted to make a pull request and add this feature I’d be happy to look at integrating it into the plugin πŸ™‚

    Let me know your thoughts.

    Thanks,

    Tom πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Really appreciate you taking the time to give me that full feedback.

    Thanks for being awesome πŸ™‚

    Tom

    Plugin Author tbenyon

    (@tbenyon)

    Really glad it’s all working for you John and thanks for taking the time to write a review πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Sorry John,

    Just saw your second message!

    Thanks for taking the time to write a review – it’s much appreciated πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Hey @johnfields,

    Great find!

    This is a relatively new feature so it is certainly possible this is not working. It has only been tested by me and I have not had anyone reported it working yet.

    Could you give me an example of what worked and what didn’t work so that I can try to replicate?

    Thanks,

    Tom

    Plugin Author tbenyon

    (@tbenyon)

    Obviously – obfuscate sensitive data!!! πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Doesn’t appear to be. Could you send me screenshots of your settings? I really need to write a feature to make a nice output to make this easier. Apologies to have to ask this way πŸ˜›

    Plugin Author tbenyon

    (@tbenyon)

    Hey John,

    1.
    Does the end of your hash in the db have a . on it or did you add that when you pasted here.

    It should not have the dot.
    i.e.
    Good:
    $2y$10$0j6qdtq9YWKBwM5dEY10Y.xePVI04x77004QuxD2dFPntVynPBs96

    Bad:
    $2y$10$0j6qdtq9YWKBwM5dEY10Y.xePVI04x77004QuxD2dFPntVynPBs96.

    2.
    Thanks for the clarification πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Hey John,

    1. I have another user in my DB and if the password is encrypted with bcrypt and i introduce the plain text password in the form it won’t recognize it.

    Understood. Why this is happening is something we’ll need to determine. If you could create a new user in your external database with the password password so and send me the created hash that’d be awesome.

    2. If the password for that user is in plain text it will recognize and will do the login correctly.

    Some clarification needed here. Some of your users have passwords stored as a bcrypt hash and some of them have passwords stored in plain text?

    3. If i activate the hash option for bcrypt it won’t recognize either my admin user or another one i have (both for password encrypted or in plain text)

    Understood.

    As per my comment to your point one. Let’s start with you sending me an example bcrypt hash generated with your code and I can see if I can replicate this my end. I’ll assume you’re using the latest version of the plugin (1.7.3).

    Plugin Author tbenyon

    (@tbenyon)

    It sounds like the correct hashing algorithm is not being selected.

    Do you know for sure bcrypt is the type of hash being used for your passwords in the external database?

    You may be sure but if not, this help question may guide you to interpret what type it is your external database is using:
    https://wordpress.org/plugins/external-login/#what%20hashes%20are%20available%20and%20which%20does%20my%20external%20database%20use%3F

    Let me know if you think you’ve ruled this out while I start thinking what the next thing to try is πŸ™‚

    Plugin Author tbenyon

    (@tbenyon)

    Hey @johnfields,

    Great question!

    You’ll want to use the default WordPress way of doing this.

    I’ve tried to write the plugin to stick to the standard WordPress flow as much as possible. For this reason, using someone else’s plugin to customise the look or writing your own modification in the standard WordPress way, as you plan to do, should work just fine. πŸ™‚

    For now I’ll close the ticket. If you have any issues feel free to get back to me.

    If you get a chance to write a review I’d be very grateful.

    Thanks John,

    Tom πŸ™‚

Viewing 15 replies - 331 through 345 (of 574 total)