Unwanted users Unwanted users
 

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

Unwanted users

Started by cap97, November 18, 2003, 01:02:49 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

cap97

Is it possible to set it so I, as the admin, get to approve any registration submissions?  The best I could find was that I can make it so a user can validate his own email to acctivate his account, but that still leaves me out of the loop.  Basically I'm trying to set up a private family gallery and I don't want anyone's registration to go through without my permission.

DJMaze

they will try and retry over and over again.
just let them register and deactivate them so they can't register with their emailaddress anymore
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Oasis

There IS a way you could do this by modifying register.php

find
if(!cpg_mail($email, sprintf($lang_register_php['confirm_email_subject'], $CONFIG['gallery_name']), strtr($lang_register_confirm_email, $template_vars))){
and replace $email with your email address (I think you will have to add slashes to the @ and probably quotes)

Then, set email activation to ON, and every time a user registers, the activation email will be sent to YOU instead of them. When you receive it, you can go online to review their information, and activate them using the link in the email.
Pixnet Gallery: http://www.pixnet.net
iNSiGNiA Weblog: http://www.jayliu.org

toups

:D Actually you want to do exactly what I am doing.  However, first I set up a phpBB (bulletin board) for my family and then integrated in Coppermine.  phpBB handles the membership and has exactly the option you are looking for.  With integration, phpBB handles the membership for Coppermine.