Change registration confirmation message? Change registration confirmation message?
 

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

Change registration confirmation message?

Started by Mad River, November 17, 2007, 06:03:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mad River

Hi All,

I'm fairly new to Coppermine, and know very little about coding. So, I'm not sure if this is a simple request or something way over my head! Anyway, here's what I'm trying to do:
I've configured my site so that when users try to register, I get an e-mail and can choose whether to approve the user or not. After they create their username/password, a "message box" appears saying "Thank you. Your request for account activation was sent to the admin. You will receive an email if approved." Is there a way to change that text? I've looked through register.php and can't figure out where that text would be.

Thanks in advance!

Mad River

Tranz

Edit lang/english.php

Look for: thank_you_admin_activation

Mad River