Users don´t receive their passwords in the email registration Users don´t receive their passwords in the email registration
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Users don´t receive their passwords in the email registration

Started by cream, June 21, 2006, 08:13:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cream

Hello

I´ve been trying in out and I would like the users to received their passwords in the email registration (they only get the user name). By the way, I´m the admin and I wonder how can I get also their e-mail addresses and passwords in the email I receive when somebody register. I only get also the user name, and their e-mail addresses are not shown anywhere for anybody, just for themselves.

Regards,
cream

Vargha

Haalaa Boro Ye Chayi Vasam Dorost Kon Ta Man Ye Fekri Be Halet Bokonam ;) Ye Hendooneye Shotoriham Biyar Bizahmat :)
Visit My Site www.Rangarang.co.nr
Check Out My Gallery
www.Rangarang.co.nr/buddies
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg157.imageshack.us%2Fimg157%2F838%2Frangarang4xn.jpg&hash=48b4c3087515cafe09fc6d3f7ee19dce86328d8e)

Sami

- You can add their password to "notification email" by adding this

and password "{PASSWORD}"

to your lang file (by default english.php) on "$lang_register_activated_email" right after
You can now log in at <a href="{SITE_LINK}">{SITE_LINK}</a> using the username "{USER_NAME}"

after change your "$lang_register_activated_email" should be look like this :

$lang_register_activated_email = <<<EOT
Your account has been approved and activated.

You can now log in at <a href="{SITE_LINK}">{SITE_LINK}</a> using the username "{USER_NAME}" and password "{PASSWORD}"


Regards,

The management of {SITE_NAME}

EOT;


this will work if you enabled "Admin activation of registrations " under config=>user setting
if you don't want admin activation then let me know I'll send you another way to send them their password under "activation email"
- this is not a good idea to send you user's email & password , if you are "Administrator" then you have access to user's email by click on "Users" button (link) on admin mode , also you can change their passwords there by click on "e" button
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

Ignore Vargha, he's wrong. This is not related to your coppermine version. You'd have to hack Coppermine's core files to send the password along with the email. This used to be a part of the registration email design in the past. We removed this for security reasons - you shouldn't send emails that contain passwords around, so I suggest reviewing your idea. If you insist on it, you'd have to come up with a code modification of your theme.
The email address of users being hidden from others is intended, it's actually a feature. Your users would hate your if you allowed others to spy on their email addresses. This is related to the global spam problem. However, it's a different issue that should be handled in a different thread, as we have a "one question per thread" policy for valid reasons.

[Edit]
bmossavari beat me to answer first while I was still typing. I submit my posting anyway, even though his already should answer your question.

cream


gangavalli

I have the same request.
I have copied the code into the english language file but, its sending the encrypted one i think.
Its too long. How can i send the original password that the user gave. My gallery is a private one and i have set it to admin activate registration requests.