Topic: Getting the original password
I want to integrate punbb with my website in this way:
1- users register in punbb first.
2-Then they use a from so that they send their information like pun username, pun email, pun password and a few additional information to register into website. When i use $pun_user['password'], I get a hashed password. Is there any way to get the original password in order to send to my website, so that users can use the same username and password they use for punbb, for login into my website.