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.

2

Re: Getting the original password

You can not decrypt the password, the solution is to use the method indicate in the documentation: http://punbb.org/docs/dev.html#integration

Re: Getting the original password

no there is no way to get the original password, because in the database the password is store in inscription format, means that the admin cannot access the original password,

Re: Getting the original password

Is there a way to capture the password before it is encrypted then?

Re: Getting the original password

katexter wrote:

Is there a way to capture the password before it is encrypted then?

what for?

Carpe diem