Forum Discussion
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
- Jmtaylor
Moderator
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.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com