How to disable password hashing?

edited August 2011 in Vanilla 2.0 - 2.8
I want to create a user accounts in the GDN_User table using SQL insert queries. So far, test accounts I've created this way are unable to login. I'm assuming that's due to password hashing, but what's the proper method for disabling hashing?
Tagged:

Answers

  • LincLinc Admin
    edited August 2011
    You need to hash the password properly before inserting it into the database table. There is no way to disable hashing, and attempting it is a scary, horrible idea.
Sign In or Register to comment.