Advertisement
maartenvr98

Project SECURITY password update

Aug 7th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. First make sure you are logged in. After you changed the lines in the following files, change your password on your profile page.
  2.  
  3. Pages:
  4. - index.php:
  5. - Line 72
  6. - users.php:
  7. - Line 35
  8. - Line 179
  9.  
  10. change
  11. - base64_encode($_POST['password']);
  12. to
  13. - hash('sha256', $_POST['password']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement