Hi Jason On 2013-09-09, at 2:04 PM, Jason 'XenoPhage' Frisvold <[email protected]> wrote:
> I've updated my installation to 4.0.6 and I'm poking around a bit > before deciding whether to update our production installation. In > previous versions I've run into an issue with the guest registration > page showing up that I fixed by commenting out some code. This time > around, I'm not getting that page, but I am seeing a "Sign up" link at > the bottom of the captive portal. > > I'm sure I can comment code out again, but I'd rather fix this > properly so upgrades are a bit smoother. I thought all I needed to do > was to disable the SMS and Email sources, but that doesn't seem to > have worked. My profiles.conf looks like this : > > > [default] > description=Default Profile > logo=/content/images/mycustomlogo.png > guest_self_reg=disabled > guest_modes=sms,email > billing_engine=disabled The guest_modes and guest_self_reg parameters are no longer used. When you don't specify the "sources" parameter for the default profile, it will use all authentication sources. Therefore, you must either delete self-registration/external sources from authentication.conf or explicitly list the sources you want to use in your default profile (for example: sources=local,my_ldap). Francis -- [email protected] :: +1.514.755.3640 :: http://www.inverse.ca Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org) ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
