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
Edit lang/english.php
Look for: thank_you_admin_activation
Brilliant, thanks!