What are GlotPress passwords encoded with? How can I manually generate a password hash, so that I can replace it with the default password in the database?
-
Wacław J.
Reply
What are GlotPress passwords encoded with? How can I manually generate a password hash, so that I can replace it with the default password in the database?
Andrew Nacin 3:07 pm on April 6, 2012 Permalink |
GlotPress uses BackPress, so phpass is used. Assuming GP/BP works the same way as WordPress, you can generate an MD5 hash, and GP/BP will then update the MD5 hash to a phpass hash.