For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

francoisbh's avatar
francoisbh
Icon for Altostratus rankAltostratus
Apr 28, 2025

Username is not filled in EdgeClient in the Modern customization

We trying to use the new "Modern" Customization page in PReact with the VPN SSL.

We use the EdgeClient (16.1.6.0), but in standard mode the username field is filled with the previous one, and saved in the client.f5c file, but not in the Modern mode maybe because of the Preact way to build the form.

Is there a lot of user of the "Modern Customization" ??

 

 

Thank you

1 Reply

  • francoisbh​

    Hello,  found this information on your question

    ( Formatted by  AI)  

    If you want to pre-populate the username field in Modern Customization, you need to use advanced customization:

    • Edit the user-logon.js file for your logon page in the Advanced Customization editor.
    • Insert code to set the value of the username field using the session variable, for example:document.getElementById("username").value = '%{session.logon.last.username}';
    • You must also ensure that the session variable session.logon.last.username is set before the Logon Page agent is reached. This can be done with an iRule in your access policy, as described in K27173363: Configuring APM logon page to pre-populate Windows username.