Skip to content

Commit

Permalink
Merge pull request #301 from nicolasroche898/portal-auto-shutoff-alert
Browse files Browse the repository at this point in the history
thingino-portal: inform user of 5min time limit
  • Loading branch information
themactep authored Nov 3, 2024
2 parents 32fe5da + bd08512 commit 5edc384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/thingino-portal/files/index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ if [ "GET" = "$REQUEST_METHOD" ] && [ -n "$wlanssid" ] && [ -n "$wlanpass" ]; th
elif [ "GET" = "$REQUEST_METHOD" ] || [ "edit" = "$POST_mode" ]; then
%>
<p class="alert alert-warning text-center">Your MAC address is <% get "wlanmac" %></p>
<p class="alert alert-warning text-center">For security, portal will automatically shutoff after 5 minutes. Power cycle camera to re-activate portal.</p>
<form action="<%= $SCRIPT_NAME %>" method="post" class="my-3 needs-validation" novalidate style="max-width:26rem">
<div class="mb-2">
<label class="form-label">Wireless Network Name (SSID)</label>
Expand Down

0 comments on commit 5edc384

Please sign in to comment.