emanuelepaiano / espresso-portal

FreeWifi PHP Portal for ubiquiti controller
MIT License
43 stars 32 forks source link

Add email capture or Facebook? #2

Open leossmith opened 6 years ago

leossmith commented 6 years ago

Can you extend this to add facebook email capture before getting access to internet? Even better have several options like email, Facebook, google etc.

emanuelepaiano commented 6 years ago

Hi, Sorry for late reply. You can enable email capture feature by $GLOBALS['GuestMailAccess']=true and $GLOBALS['logAccessEnabled']=true into config.inc.php file. All users will be logged (permanently) into "access_logs" mysql table.