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

cog.rusty’s picture

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.

polar-bear’s picture

Thank you for the information.

Where can I find the login script for Drupal?

cog.rusty’s picture

In /modules/user/user.module.