romerican
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP2.7 Password encryptionColinABQ – Thanks for confirming the same behavior.
Surely, this must be a bug. WP cannot intend to change passwords such that users cannot login and lockout blog admins. I’ve been forced to reset passwords in MySQL with disappointing frequency. Fortunately, I know how… but I also know that is not desirable behavior.
Anyone know the story behind the symptoms?
Forum: Fixing WordPress
In reply to: WP2.7 Password encryptionI can confirm now that DingShow is *not* the cause. Nor is any other plugin I tested. As far as I can tell, it is WordPress.
Forum: Fixing WordPress
In reply to: WP2.7 Password encryptionI have continued to operate my blog, per normal, both with and without the DingShow plugin. The result is the same: I get logged out and the password value in the database changes from an MD5 hash to something like the example I gave. And the password is changed for a few other active users (registered readers) of the blog as well.
So far I’m unable to isolate any particular action or series of actions which directly cause the change. But it keep happening.
whooami, when you say it’s normal, are you sure? It certainly does *not* look normal to me, at all. It’s not an md5 hash either. Also, 90% percent of the (users who do not frequently login) accounts’ password value in mysql do not look anything like that but instead look like the md5 hashes I would expect to normally find.
Shane, thanks for your interest. I’m stuck in a place where odd behavior continues but I cannot pin down a cause. As a non-developer, I remain paranoid about hacking or injection or I don’t know what, precisely.
Forum: Fixing WordPress
In reply to: WP2.7 Password encryptionThank you both. whooami, I will submit a ticket then as soon as I follow Shane’s suggestion to make sure it’s not a plugin.
== Follow Up 1 ==
Here’s an example of a password value that is clearly not md5 hash
$P$B62RZ1OiObP1WAuTX8XbPhKkl/w33t1
== Follow Up 2 ==
I did recently add the DingShow plugin. It is now deactivated and I will re-evaluate before submitting a bug report.
Forum: Installing WordPress
In reply to: WP 2.5 – WYSIWIG Problem – TinyMCE does not start..I was optimistic that bodding’s solution would fix the problem, but TinyMCE still does not work in the 2.5+ era. Technically, I am running 2.6.5 on PHP5, but the problem remains the same. I’ve done all the cache disabling and restarting. With and without web developer toolbar. Tried using other browsers which have never been to the admin directory before and they don’t work either. Clearly it is not a caching issue.
Forum: Fixing WordPress
In reply to: Local datesGreat! Thanks for the solution on where to modify date, month, and day names. In my case, I wanted custom names (not an official language date-format).