Development
This commit is contained in:
parent
43c4cf380d
commit
f011594b04
10 changed files with 163 additions and 46 deletions
|
|
@ -225,7 +225,7 @@
|
|||
"input_type": "number",
|
||||
"min": 0,
|
||||
"value": "%RADIUS_DEFAULT_SESSION_VALUE%",
|
||||
"hint": "How long a client session lasts before reauthentication is required. 0 = no expiration."
|
||||
"hint": "How long a client session lasts before reauthentication is required. 0 = no session limit."
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
|
|
@ -240,6 +240,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "field_row",
|
||||
"cols": 2,
|
||||
"items": [
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Default Expiration Duration",
|
||||
"name": "default_expiration_value",
|
||||
"input_type": "number",
|
||||
"min": 0,
|
||||
"value": "%RADIUS_DEFAULT_EXPIRATION_VALUE%",
|
||||
"hint": "How long after creation an account is valid before it permanently expires. 0 = never expires."
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Unit",
|
||||
"name": "default_expiration_unit",
|
||||
"input_type": "select",
|
||||
"value": "%RADIUS_DEFAULT_EXPIRATION_UNIT%",
|
||||
"options": [
|
||||
{"value": "hours", "label": "Hours"},
|
||||
{"value": "days", "label": "Days"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "</div>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue