Jump to content

Recommended Posts

Posted

Hello,

I need to send the password to the $user, but $user->password returns blank. Is this a security concern? Should I use the tmp_pass workaround?

Thanks

Posted

What I did in few websites is to store the password right after the registration process in a field called clear_pass. It's not the best solution for security reasons but I needed a readable password for my users, of course you can do this if you have your own registration page.

Posted

@Manaus,

I need to send the password to the $user...

What's the use case driving this necessity? Storage of plaintext passwords or even reversibly encrypted passwords is a definite concern. PW stores a salted hash of the password for a good reason.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...