Axero's US team will be attending its annual summit from October 7 to October 10, 2024. During this time, we will continue to provide support through private cases, though there may be a slight delay in response times. We appreciate your understanding and patience.
Add a Show password checkbox to the login page that toggles password visibility.
<div class="ax-form-field axero-profile-section-row"> <label class="ax-field-checkbox"><input type="checkbox" onclick="togglePasswordVisibility()"><span>Show password</span></label> </div> <script> function togglePasswordVisibility() { var x = document.getElementById("Field108-D0"); if (x.type === "password") { x.type = "text"; } else { x.type = "password"; } } </script>
108
To view the login page, log out of the site or open the site in an incognito tab or a different browser.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/83531/show-password-checkbox
Your session has expired. You are being logged out.