By polar-bear on
I would like to know whether it is possible to convert from Zeroboard (Korea's most popluar board) based website to Drupal.
I am particularly interested in the way Drupal is encrypting the password before storing it into MySQL. Zeroboard is using password() function in MySQL but what does Drupal use?
Comments
Drupal uses mysql's md5()
Drupal uses mysql's md5() function.
I have heard that mysql's password() function is not recommended for applications because it has been changing between versions.
Where can I find the login in script?
Thank you for the information.
Where can I find the login script for Drupal?
In
In /modules/user/user.module.