I've recently started using the Rules module on a site I manage for a fellowship program.
We have two user roles: applicants and references. When an applicant completes his/her application, I'd like to have three new reference accounts set up, based on information the applicant enters on the application form. I've set up Rules to create the new user accounts with a role of "reference" and send an automatic Email message to the three references, with instructions on how they should proceed to set up their reference forms for the applicant.
This works great, except for one (critical) thing... I can't figure out how to get the password that is generated when the account is set up to appear in the Email message. Is there any way this is possible? If not, I'll have to scrap this whole procedure and go to Plan B, which is to instruct the reference to sign up for an account themselves. This is much less desirable for a variety of reasons, so I'd really like to be able pass the password in the Email message.
Anyone out there got an idea of how to do this? I'm not really handy with code, so if that's the only way to do this, please be explicit as to where any coding should go.
Thanks in advance.
P.S., I forgot to include some vital information to this post:
I'm using Drupal 6 and the Content Profile module, not the standard Profile.