Hi, Olaf.
I would like to use SECRET_STRING as salt for the md5 of the password.
In other words, the password saved in the DB would be md5(password . SECRET_STRING).
So, I will need to modify functions register_user and login_user.
What else, do you think?