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.
Method of generating passwords!?
Hi! I've just installed vanilla, i need to integrate it to my own cms, so i cant understand how vanilla make a hash of users passwords.
I researched some functions, but when i use them they make strange passwords, in my database i have another...
So how can i make hash in vanilla?
0
Answers
better to use SSO like the jsConnect plugin
grep is your friend.
http://vanillaforums.org/docs/jsconnect
grep is your friend.
yes, i've already done it.
I found the problem, in database password saved in varbinary type and before check it i need to convert
select cast(binaryColumn as CHAR) from table_name