PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001504PacketFencecaptive portalpublic2012-08-07 15:562012-08-07 16:05
Reporterfdurand 
Assigned Tofdurand 
PrioritynormalSeverityblockReproducibilityalways
StatusclosedResolutionduplicate 
PlatformLinuxOSDebianOS Version6
Product Version3.5.0 
Target Version3.5.0Fixed in Version 
Summary0001504: Sponsor Guest registration is not able to activate the registration link.
DescriptionWhen we use Guest Sponsor Registration, the sponsor is not able to activate the link if he is not in inline/isolation/registration network.
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships
duplicate of 0001302closedobilodeau People cannot confirm email registration on some cases 

-  Notes
(0002907)
obilodeau (reporter)
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 (reporter)
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 (reporter)
2012-08-07 16:05

duplicate of 0001302

- Issue History
Date Modified Username Field Change
2012-08-07 15:56 fdurand New Issue
2012-08-07 15:56 fdurand Status new => assigned
2012-08-07 15:56 fdurand Assigned To => fdurand
2012-08-07 16:03 obilodeau Note Added: 0002907
2012-08-07 16:04 obilodeau Note Added: 0002908
2012-08-07 16:05 obilodeau Relationship added duplicate of 0001302
2012-08-07 16:05 obilodeau Note Added: 0002909
2012-08-07 16:05 obilodeau Status assigned => closed
2012-08-07 16:05 obilodeau Resolution open => duplicate


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker