User registration notification User registration notification
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

User registration notification

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

Previous topic - Next topic

0 Members and 2 Guests 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