29.07.2021, 13:44
Set Additional class to text-password, add this to Custom JavaScript:
Code:
$(function(){
$('.text-password input').attr('type', 'password');
});