Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
Administrator notification of new user registration
« previous
next »
Print
Pages: [
1
]
Author
Topic: Administrator notification of new user registration (Read 8607 times)
yiannisK
Elxis Community
Sr. Member
Posts: 302
Administrator notification of new user registration
«
on:
June 22, 2009, 14:24:16 »
Is there a way Elxis notify me when a new user is registered, account
activated via e-mail
?
As it does when i select Account Activation:
Manual
.
«
Last Edit: June 22, 2009, 14:26:43 by yiannisK
»
Logged
yiannisK
Elxis Community
Sr. Member
Posts: 302
Re: Administrator notification of new user registration
«
Reply #1 on:
June 23, 2009, 11:17:49 »
Anybody home?
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Administrator notification of new user registration
«
Reply #2 on:
June 23, 2009, 21:22:07 »
I am home!
components/com_registration/registration.php
line 367-373:
if ($mainframe->getCfg('useractivation') == "1") {
.........
mosMail($mainframe->getCfg('mailfrom'), $mainframe->getCfg('fromname'), $email, $subject, $message);
Add bellow:
mosMail($mainframe->getCfg('mailfrom'), $mainframe->getCfg('fromname'), 'your e-mail address here', 'New user registration', $message);
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
yiannisK
Elxis Community
Sr. Member
Posts: 302
Re: Administrator notification of new user registration
«
Reply #3 on:
June 24, 2009, 00:00:50 »
Thanks!
EDIT:
i feel like idiot
.
This site was on Olympus 2008, and if i am not wrong this feature was not enabled. The admin was notified only when the registered user had to be approved manually.
The admin notification works fine after the update in 2008.1 2245 and then in 2009
Anyway, the above hack is very useful to notify a 2nd administrator
«
Last Edit: June 24, 2009, 13:44:12 by yiannisK
»
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
Administrator notification of new user registration