Add autocomplete="new-password" to password field of mail compose attachments

Regarding Ticket #102911
This commit is contained in:
milan 2025-02-20 12:20:56 +01:00
parent 8a43e7e831
commit fc6a88d6af

View File

@ -137,7 +137,7 @@
<et2-description value="Expiration" style="align-self: center;"></et2-description>
<et2-date id="expiration" placeholder="@expiration_blur" dataFormat="Y-m-d"></et2-date>
</et2-hbox>
<et2-password id="password" statustext="Only makes sense, if you transport password through a different channel / outside of this mail to recipients!" placeholder="password protect"></et2-password>
<et2-password id="password" statustext="Only makes sense, if you transport password through a different channel / outside of this mail to recipients!" placeholder="password protect" autocomplete="new-password"></et2-password>
</et2-hbox>
</et2-vbox>
<et2-hbox disabled="@is_plain" class="mailComposeBody mailComposeHtmlContainer">