Basically what I want to do is have a Wiki database/ layout for my site and also have a phpBB forum. The easiest way I think to do this will probably be to duplicate the username and password from the Wiki database to the phpBB one thus creating a new account for it and I presume this can be done through copying the strings somehow and then putting them into the phpBB database through a php script adding user accounts.
Forgetting the fact that I don't have a clue how to do this, is it even possible considering that passwords are encrpyted so how would you copy the password to make another account in the other database?
And if thats right that copying the password is impossible at least I can still copy the username and give them a default password (which they can change after), so I'd still like to know how to do it please.
Forgetting the fact that I don't have a clue how to do this, is it even possible considering that passwords are encrpyted so how would you copy the password to make another account in the other database?
And if thats right that copying the password is impossible at least I can still copy the username and give them a default password (which they can change after), so I'd still like to know how to do it please.