{$cdtat_start}
showAlert({ identifier: 'settingsAccountErrorPasswordRepeat' });
$("#formSettingsAccountPassword").resetForm();
showAlert({ identifier: 'settingsAccountErrorPasswordIllegal' });
$("#formSettingsAccountPassword").resetForm();
showAlert({ identifier: 'settingsAccountErrorEmptyFields' });
$("#formSettingsAccountPassword").resetForm();
showAlert({ identifier: 'settingsAccountErrorPasswordAllError' });
$("#formSettingsAccountPassword").resetForm();
showAlert({ identifier: 'settingsAccountPasswordSaved', icon: 'ok' });
$("#formSettingsAccountPassword").resetForm();
{$cdtat_end}