Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Welcome e-mail after approval?  (Read 11630 times)

0 Members and 1 Guest are viewing this topic.

Rafael_XCX

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Welcome e-mail after approval?
« on: August 11, 2006, 10:10:30 pm »

Hi! Please... On my gallery I use the hack to approve the accounts manually. The user register and the e-mail confirmation with the code to approve comes to me instead of the user, so then I can check his informations and approve by myself. After that, is there a way to the user receive an e-mail saying that his account was approved and show his login informations plus a few messages?  ???

Thanks!
« Last Edit: August 13, 2006, 08:47:50 am by GauGau »
Logged

Nibbler

  • Guest
Re: Welcome e-mail after approval?
« Reply #1 on: August 11, 2006, 10:28:57 pm »

This is a standard feature of 1.4. Update!
Logged

Rafael_XCX

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Welcome e-mail after approval?
« Reply #2 on: August 11, 2006, 10:45:56 pm »

This is a standard feature of 1.4. Update!

Do you know how to do it on 1.3?
Also, I have another question please. I saw a code you did here for someone to list all the registered e-mails:

Code: [Select]
<?php

define
('IN_COPPERMINE'1);
require 
'include/init.inc.php';

$test db_query("SELECT DISTINCT(user_email) FROM {$CONFIG['TABLE_USERS']} WHERE user_email <> ''");

while (
$row mysql_fetch_assoc($test))
echo $row['user_email'] . "<br />";

?>

Can you please adapt it to show the username, e-mail and location? Like this:

John
john@hotmail.com
England

Bob
bob@hotmail.com
USA

....

Can you please post the code here?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Welcome e-mail after approval?
« Reply #3 on: August 12, 2006, 07:08:09 am »

We have a "one question per thread" policy you agreed to respect whehn signing up. Do so in the future. Custom hacks/mods go unsupported. That's why Nibbler told you to upgrade. Support for cpg1.3.x is running out anyway.
Logged

Rafael_XCX

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Welcome e-mail after approval?
« Reply #4 on: August 12, 2006, 08:52:11 am »

Ops! Sorry!
Logged
Pages: [1]   Go Up
 

Page created in 0.036 seconds with 19 queries.