Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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.