tbenyon
Forum Replies Created
-
Forum: Plugins
In reply to: [External Login] Technical DifficultiesHey @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 π
Forum: Plugins
In reply to: [External Login] Front-End LogInHey @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-postThanks,
Tom
Forum: Plugins
In reply to: [External Login] Front-End LogInHi @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
Forum: Plugins
In reply to: [External Login] Users not being createdHey @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
π
Forum: Plugins
In reply to: [External Login] Compatibility with Azure SQL ServerHey @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
– 71f39db4202e95dd4c20dad496bfff308aa0ad41Without 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 π
Forum: Plugins
In reply to: [External Login] Custom LoginReally appreciate you taking the time to give me that full feedback.
Thanks for being awesome π
Tom
Forum: Reviews
In reply to: [External Login] Great Plugin and supportReally glad it’s all working for you John and thanks for taking the time to write a review π
Forum: Plugins
In reply to: [External Login] Custom LoginSorry John,
Just saw your second message!
Thanks for taking the time to write a review – it’s much appreciated π
Forum: Plugins
In reply to: [External Login] Custom LoginHey @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
Forum: Plugins
In reply to: [External Login] Custom LoginObviously – obfuscate sensitive data!!! π
Forum: Plugins
In reply to: [External Login] Custom LoginDoesn’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 π
Forum: Plugins
In reply to: [External Login] Custom LoginHey 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.xePVI04x77004QuxD2dFPntVynPBs96Bad:
$2y$10$0j6qdtq9YWKBwM5dEY10Y.xePVI04x77004QuxD2dFPntVynPBs96.2.
Thanks for the clarification πForum: Plugins
In reply to: [External Login] Custom LoginHey 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
passwordso 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).
Forum: Plugins
In reply to: [External Login] Custom LoginIt 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%3FLet me know if you think you’ve ruled this out while I start thinking what the next thing to try is π
Forum: Plugins
In reply to: [External Login] Custom LoginHey @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 π