OTRS enable login autocomplete in Firefox


if your username and password weren't filled out with firefox password manager you should remove readonly attribute in Login.dtl file.

Wrong:
<div class="Field"> 

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

readonly="readonly" />
</div>


Correct:
<div class="Field"> 

<input type="text" id="User" name="User"  class="W50pc" />
</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...