shell bypass 403
<?xml version="1.0" encoding="utf-8"?>
<!--~
~ @package admintools
~ @copyright Copyright (c)2010-2025 Nicholas K. Dionysopoulos / Akeeba Ltd
~ @license GNU General Public License version 3, or later
-->
<form>
<fields name="pwloginonwebauthn">
<fieldset
name="pwloginonwebauthn"
label="PLG_ADMINTOOLS_PWLOGINONWEBAUTHN_FIELDSET_LABEL"
>
<field
name="nopwonwebauthn"
type="radio"
layout="joomla.form.field.radio.switcher"
label="PLG_ADMINTOOLS_PWLOGINONWEBAUTHN_LABEL"
description="PLG_ADMINTOOLS_PWLOGINONWEBAUTHN_DESC"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</form>