diff --git a/ucs-school-umc-users/umc/js/schoolusers.js b/ucs-school-umc-users/umc/js/schoolusers.js index a6eb60dae..3b58df52b 100644 --- a/ucs-school-umc-users/umc/js/schoolusers.js +++ b/ucs-school-umc-users/umc/js/schoolusers.js @@ -48,12 +48,13 @@ define([ "umc/widgets/ComboBox", "umc/widgets/CheckBox", "umc/widgets/Text", + "umc/widgets/PasswordInputBox", "umc/widgets/ContainerWidget", "umc/widgets/ProgressInfo", "umc/widgets/SearchForm", "umc/i18n!umc/modules/schoolusers" ], function(declare, lang, array, on, locale, Deferred, Dialog, entities, dialog, tools, Module, - Grid, Page, Form, SearchBox, TextBox, ComboBox, CheckBox, Text, ContainerWidget, ProgressInfo, SearchForm, _) { + Grid, Page, Form, SearchBox, TextBox, ComboBox, CheckBox, Text, PasswordInputBox, ContainerWidget, ProgressInfo, SearchForm, _) { return declare("umc.modules.schoolusers", [ Module ], { idProperty: 'id', @@ -295,7 +296,7 @@ define([ label: _('User has to change password on next login') }, { name: 'newPassword', - type: TextBox, + type: PasswordInputBox, required: true, label: _('New password') }],