Hi
Using PF 5.2 in inline-mode on Centos 6.X
When a guest signs up on the captive portal using an email, I would like to
disable sending out verification emails. It's a client requirement as they
think it's a cumbersome user experience.
I have looked at the code. I would like to know if there would be any negative
side-effects for commenting out the following lines of code inÂ
captiveportal/PacketFence/Controller/Activate/Email.pm
# Email activated guests only need to prove their email was valid by clicking
on the link.
if ( $activation_record->{'type'} eq $GUEST_ACTIVATION ) {
$c->forward('doEmailRegistration', [$code]);
}
I would like to know couple of things
1. Whether commenting out the above lines would accomplish what I am looking
for?
2. What would be side-effects of doing so? If any.
Thanks
------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users