As i have two part (photo gallery and forum) and they use the different login system...
now i want to implement the following functions:

when a user register for the forum, the user name and password will be copied to the photo gallery for registration, so one registration for two function parts.

However, since the password is encrypted, i would like to ask how i can copy the password to other part of the database?

Thank you