2015-05-28 - Re: [GRASE-Hotspot] Re: temporary disable button for free login
Header Data
From: Michael Raynor <mx***1@gmail.com>
Message Hash: 85038884cdbdd738e0a59e864277bd7934006b3a5e80cb731279382988c35717
Message ID: <b6bad0a8-49ff-4efb-8d5d-7d8378433fd3@grasehotspot.org>
Reply To: <CAESLx0LS4AAinaoX3P8beXjvhQx4X=aGF6dnP_NmSjqSa4YbFA@mail.gmail.com>
UTC Datetime: 2015-05-28 22:56:58 UTC
Raw Date: Thu, 28 May 2015 22:56:58 -0700
Raw message
Hi Tim,
The general idea is that depending on the group(s) that are on-site, some
would be provided with free internet and others would need a voucher.
Dave and I have noticed that Power Users probably should have the facility
to enable/disable free internet access without the ability to change the
Free Login Group settings, however at present only Full Administrators can
do this.
Having a checkbox available for Power Users to toggle Free Internet Access
would be fantastic, meaning they don't change all the other settings and
only need to toggle the checkbox.
Having a security token and enable/disable URL would also be handy. On-site
staff could then have as two home screen icons on their iPhone or iPad so
they can quickly enable/disable Free Internet Access when roaming the
property depending on which groups are in. The URLs could also be bound to
buttons on an IP Phone or other device for simplicity.
I have created the feature request ->
https://github.com/GraseHotspot/grase-www-portal/issues/131
Regards,
Michael
On Friday, 29 May 2015 14:01:51 UTC+10, timwhite88 wrote:
>
> Feel free to open a feature request for this. If there really is enough
> demand, I can look at implementing it. How often do you need to toggle it
> that it's easier to use buttons on an IP phone than to login to the web
> interface?
>
> Regards
>
> Tim
>
> On Sat, Apr 25, 2015 at 10:04 AM, Michael Raynor <mx***.@gmail.com
> <javascript:>> wrote:
>
>> Hi Dave,
>>
>> Attached are the files for a simple web app (separate to Grase) to Toggle
>> the Free Access on and off.
>>
>> It talks directly to the radmin database and either sets autocreategroup
>> or clears it
>>
>> Enable Free Access -> "UPDATE settings SET value='Free' WHERE
>> setting='autocreategroup'"
>>
>> Disable Free Access -> "UPDATE settings SET value='' WHERE
>> setting='autocreategroup'"
>>
>> Lots can be improved, but you can use something like the two URLs below
>> to toggle the setting
>>
>> http://SERVER-URL/setfree.php?key=SECRET-KEY&free=enable
>> http://SERVER-URL/setfree.php?key=SECRET-KEY&free=disable
>>
>> This should work if you wanted to bind two buttons on an IP Phone to
>> toggle the setting - as these need to be GET requests.
>>
>> Hope this helps if others want something similar, and hopefully in the
>> future it could be re-factored in the project.
>>
>> Michael
>>
>> On Friday, 17 April 2015 20:43:58 UTC+10, dave wrote:
>>>
>>> Hi
>>>
>>> Is it possible to add a "Disable" checkbox for the free login account.
>>> We want the wifi free some of the time but not all of the time.
>>>
>>> We now have it setup, and it seems to be working fine but I can't
>>> temporarily disable it without deleting the group altogether.
>>> It would be great if I could leave it setup and just check on the
>>> "Disable Checkbox"
>>>
>>>
>>> Dave
>>>
>> --
>> This mailing list is for the Grase Hotspot Project
>> http://grasehotspot.org
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Grase Hotspot" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to gr***.@grasehotspot.org <javascript:>.
>> To post to this group, send email to gr***.@grasehotspot.org
>> <javascript:>.
>> Visit this group at
>> http://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.
>> To view this discussion on the web visit
>> https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/91308854-a3da-46d0-bc78-43b69fc00fe4%40grasehotspot.org
>> <https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/91308854-a3da-46d0-bc78-43b69fc00fe4%40grasehotspot.org?utm_medium=email&utm_source=footer>
>> .
>>
>
>
Thread
- Return to April 2015
-
Return to May 2015
- Return to “dave <da***e@argyle.com.au>”
- Return to “ku***e@gmail.com”
- Return to “Michael Raynor <mx***1@gmail.com>”
- Return to “Vusumzi Ndzengu <nd***v@gmail.com>”
- Return to “Timothy White <ti***8@gmail.com>”
-
Return to “Edward Allen <yb***j@gmail.com>”
- 2015-04-17 (Fri, 17 Apr 2015 03:43:57 -0700) - temporary disable button for free login - dave <da***e@argyle.com.au>
- 2015-04-18 (Sat, 18 Apr 2015 09:51:28 -0500) - Re: [GRASE-Hotspot] temporary disable button for free login - Edward Allen <yb***j@gmail.com>
- 2015-04-18 (Sat, 18 Apr 2015 18:19:26 +0200) - Re: [GRASE-Hotspot] temporary disable button for free login - Vusumzi Ndzengu <nd***v@gmail.com>
- 2015-04-24 (Fri, 24 Apr 2015 17:04:25 -0700) - Re: temporary disable button for free login - Michael Raynor <mx***1@gmail.com>
- 2015-04-24 (Sat, 25 Apr 2015 06:10:44 +0100) - How to delete multiple users/kickout - ku***e@gmail.com
- 2015-04-24 (Fri, 24 Apr 2015 22:31:14 -0700) - Re: How to delete multiple users/kickout - Michael Raynor <mx***1@gmail.com>
- 2015-04-25 (Sat, 25 Apr 2015 10:59:41 +0100) - Re: [GRASE-Hotspot] Re: How to delete multiple users/kickout - ku***e@gmail.com
- 2015-04-24 (Fri, 24 Apr 2015 22:31:14 -0700) - Re: How to delete multiple users/kickout - Michael Raynor <mx***1@gmail.com>
- 2015-05-28 (Fri, 29 May 2015 14:01:51 +1000) - Re: [GRASE-Hotspot] Re: temporary disable button for free login - Timothy White <ti***8@gmail.com>
- 2015-05-28 (Thu, 28 May 2015 22:56:58 -0700) - Re: [GRASE-Hotspot] Re: temporary disable button for free login - Michael Raynor <mx***1@gmail.com>
- 2015-04-24 (Sat, 25 Apr 2015 06:10:44 +0100) - How to delete multiple users/kickout - ku***e@gmail.com
- 2015-04-18 (Sat, 18 Apr 2015 09:51:28 -0500) - Re: [GRASE-Hotspot] temporary disable button for free login - Edward Allen <yb***j@gmail.com>