Andrew
Well-known member
Hello all.
I have a client/server program and I would like to authenticate users who are registered on my forum. I did some digging and wrote some code but my password hash is coming up different than the one stored in the database. Using the xenforo system as my base user system would allow me to integrate cool features from my program into the forum while also saving me the trouble of creating registration, password recovery, email change, ban, upgrade, and other systems.
What I know right now.
I have a client/server program and I would like to authenticate users who are registered on my forum. I did some digging and wrote some code but my password hash is coming up different than the one stored in the database. Using the xenforo system as my base user system would allow me to integrate cool features from my program into the forum while also saving me the trouble of creating registration, password recovery, email change, ban, upgrade, and other systems.
What I know right now.
- I can "emulate" or translate the xenforo code into java code and give that a shot. However I have tried this and my password's don't match up, yet.
- Another method is to invoke a php script from java which would save a lot of effort (especially if xenforo changes password hash code).