Does anyone know of any references or details on what it requires to enable the automatic filling of the username (Self registration with only username sent as pin code via SMS) using the native IOS or Andoid one-time-passcode function? I'm sure you have received a pin or MFA when logging in and the browser or app automatically pulls in the code from the SMS that is prompted by the OS. We would like to do that so that a user does not have to navigate away from the Captive Portal Assistance window. We want the code to explicitly come from the SMS and not just auto populate from the form on CP Guest.
I did find this reference on another forum for web development that mentioned the below code snippet but placing this into the login page footer didn't yield any positive results:
{nwa_script src=jquery.min}
{literal}
<script>
$('input[name=user]').attr("autocomplete", "one-time-code");
</script>
{/literal}
Anyone have any insight on the code/format to make this happen and where to place it?