solving issues/2 by replacing md5() with hashPassword() in scripts/general.func.php
This commit is contained in:
parent
f0b6325af8
commit
7b8a66c1d4
4 changed files with 15 additions and 10 deletions
|
@ -310,4 +310,9 @@ class JLOG_Tags {
|
|||
else return;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
// security functions
|
||||
function hashPassword($pw) {
|
||||
// TODO: see iusses/2 for details
|
||||
return md5($pw);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue