Send activation email to user once admin activates via Users page Send activation email to user once admin activates via Users page
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Send activation email to user once admin activates via Users page

Started by majay, October 21, 2005, 08:01:45 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

majay

Hello,

I've applied the following mod to my CPG, and it works perfectly (thanks):
http://forum.coppermine-gallery.net/index.php?topic=12216

The only problem I have is that whenever I click on the activation link that is sent to me, it doesn't work either because I'm logged in, either when i'm logged out because the script seems to conflict with another PHP counter script that I have in my theme. That's why I have to manually activate users and manually send them emails to confirm their account was activated. The other solution I have is to change the theme of my gallery while I activate users, but that isn't very convenient.

So what I'd like to know is whether, instead of clicking on the activation URL, it would be possible to have the "Account activated" email sent automatically once I manually activated the user on the Users page by selecting "yes" for the "User is active" option.

Thank you.