]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
switch password and id in munge_password
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 21:14:54 +0000 (17:14 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 21:14:54 +0000 (17:14 -0400)
commit1d67f33b3b62cc28d0a9845fb22776ce33adfdaa
tree6bb47faf7014c826d5d538d34b714b40bb54f4b0
parente47ba466347f2fc0126226595d883938d9fee61c
switch password and id in munge_password

I think this is the less effective way to salt a password, BUT...
I had a big bug in my code! All the code that was calling this
function got the order of the params mixed up. So, to save heartache,
I just reversed the order of the parameters, and reversed how the were
used in the function. It should be functionally the same as before,
but better documented.

darcs-hash:20080618211454-84dde-4772135cc92f2a51faa072e4470da3c628e1510c.gz
lib/util.php