PacketFence - BTS - PacketFence
View Issue Details
0001504PacketFencecaptive portalpublic2012-08-07 15:562012-08-07 16:05
fdurand 
fdurand 
normalblockalways
closedduplicate 
LinuxDebian6
3.5.0 
3.5.0 
0001504: Sponsor Guest registration is not able to activate the registration link.
When we use Guest Sponsor Registration, the sponsor is not able to activate the link if he is not in inline/isolation/registration network.
No tags attached.
duplicate of 0001302closed obilodeau People cannot confirm email registration on some cases 
Issue History
2012-08-07 15:56fdurandNew Issue
2012-08-07 15:56fdurandStatusnew => assigned
2012-08-07 15:56fdurandAssigned To => fdurand
2012-08-07 16:03obilodeauNote Added: 0002907
2012-08-07 16:04obilodeauNote Added: 0002908
2012-08-07 16:05obilodeauRelationship addedduplicate of 0001302
2012-08-07 16:05obilodeauNote Added: 0002909
2012-08-07 16:05obilodeauStatusassigned => closed
2012-08-07 16:05obilodeauResolutionopen => duplicate

Notes
(0002907)
obilodeau   
2012-08-07 16:03   
Have a look at what is generated by %%allowed_from_all_urls%% the following statement:

# Allowed from everywhere
# /signup and /preregister open only if pre-registration
# /activate/email on sponsor and email guest modes 
# /content always opened
# allowed_from_all_URLs is provided by lib/pf/services/apache.pm (and comes with a | first but not after)

<Location ~ "/content/%%allowed_from_all_urls%%">
  Allow from all
</Location>


Also, maybe after the mod_rewrite pass, the actual files that are hit also need to be allowed through. I remember working on similar issues.
(0002908)
obilodeau   
2012-08-07 16:04   
the above is from conf/httpd.conf.d/captive-portal-common.conf so you should look in var/conf/...
(0002909)
obilodeau   
2012-08-07 16:05   
duplicate of 0001302