2012-06-29 - [GRASE-Hotspot] #77: Ability to lock account with message
Header Data
From: GRASE Trac <tr***c@grasehotspot.org>
Message Hash: f46494ace73ceb9132d28c77b893e1360138129d4bf2a6dee91285d1a6d09ead
Message ID: <039.8ae63ff084f68e17dc20c515b93e2e77@grasehotspot.org>
Reply To: N/A
UTC Datetime: 2012-06-29 16:32:18 UTC
Raw Date: Fri, 29 Jun 2012 23:32:18 -0000
Raw message
#77: Ability to lock account with message
-----------------------------+-----------------
Reporter: tim | Owner: tim
Type: enhancement | Status: new
Priority: minor | Milestone: 3.9
Component: Admin Interface | Version: 3.7
Keywords: |
-----------------------------+-----------------
Add ability to lock and account with a custom "error" message.
This is easily done with a radreply for the user for the message
INSERT INTO radreply (UserName, Attribute, op, Value) VALUES
('USER', 'Reply-Message', '=', 'Your account is locked
because...');
And a radcheck for the locking
INSERT INTO radcheck (UserName, Attribute, op, Value) VALUES
('USER', 'Auth-Type', ':=', 'Reject');
--
Ticket URL: <http://trac.grasehotspot.org/ticket/77>
GRASE Hotspot <http://grasehotspot.org/>
GRASE Hotspot bug tracker
Thread
- Return to June 2012
-
Return to October 2012
-
Return to “GRASE Trac <tr***c@grasehotspot.org>”
- 2012-06-29 (Fri, 29 Jun 2012 23:32:18 -0000) - [GRASE-Hotspot] #77: Ability to lock account with message - GRASE Trac <tr***c@grasehotspot.org>
- 2012-10-22 (Tue, 23 Oct 2012 05:33:57 -0000) - Re: [GRASE-Hotspot] #77: Ability to lock account with message - GRASE Trac <tr***c@grasehotspot.org>