Jump to content

Send password to user


Manaus
 Share

Recommended Posts

If you need to offer a user a forgot password reset, there is this module included in the core:

http://modules.processwire.com/modules/process-forgot-password/

If you need to do it for frontend users, then this post from our fearless leader should get you going:

http://processwire.com/talk/topic/1716-integrating-a-member-visitor-login-form/?p=15919

  • Like 2
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

@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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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