User registration notification User registration notification
 

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

User registration notification

Started by olegario, December 02, 2003, 07:33:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

olegario

If I turn off "User registration requires email notification", is there any way for the admin to still receive notification of the registration?

hyperion

Yes, you can change the address in the registration module so that all email verifications are sent to your address. Then you can click the link and complete the registration.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

Joachim Müller

you can also tweak your registration like this:
edit register.php and look for        msg_box($lang_register_php['information'], $lang_register_php['acct_active'], $lang_continue, 'index.php');
    }
Add after it    // email notification to admin
        cpg_mail($CONFIG['gallery_admin_email'], sprintf('%s - Registration notification', $CONFIG['gallery_name']), sprintf('A new user with the username "%s" has registered in your gallery', $user_name));


BTW: admin notification on user registration will be an admin settable feature in the next coppermine version

GauGau