Use apply tag instead of filter
This commit fixes new changes since b475cfdd6c
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
1cb0ec7286
commit
0ea7dd6660
@ -5,10 +5,10 @@
|
||||
<tr id="tr_element_before_generate_password"></tr>
|
||||
</table>
|
||||
<div{{ orig_auth_plugin != 'sha256_password' ? ' class="hide"' }} id="ssl_reqd_warning_cp">
|
||||
{% filter notice %}
|
||||
{% apply notice %}
|
||||
{% trans %}
|
||||
This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted connection that encrypts the password using RSA</i>'; while connecting to the server.
|
||||
{% endtrans %}
|
||||
{{ show_mysql_docu('sha256-authentication-plugin') }}
|
||||
{% endfilter %}
|
||||
{% endapply %}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user