disable autocomplete on login page


you need to add autocomplete property like
        


<div class="Field"> 

<input type="text" id="User" name="User"  class="W50pcautocomplete="off" 

readonly="readonly"/>
</div>



No comments:

Asterisk AST_SORCERY function

 AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...