View | Details | Raw Unified | Return to bug 47646
Collapse All | Expand All

(-)a/ucs-school-umc-users/umc/js/schoolusers.js (-2 / +3 lines)
 Lines 48-59   define([ Link Here 
48
	"umc/widgets/ComboBox",
48
	"umc/widgets/ComboBox",
49
	"umc/widgets/CheckBox",
49
	"umc/widgets/CheckBox",
50
	"umc/widgets/Text",
50
	"umc/widgets/Text",
51
	"umc/widgets/PasswordInputBox",
51
	"umc/widgets/ContainerWidget",
52
	"umc/widgets/ContainerWidget",
52
	"umc/widgets/ProgressInfo",
53
	"umc/widgets/ProgressInfo",
53
	"umc/widgets/SearchForm",
54
	"umc/widgets/SearchForm",
54
	"umc/i18n!umc/modules/schoolusers"
55
	"umc/i18n!umc/modules/schoolusers"
55
], function(declare, lang, array, on, locale, Deferred, Dialog, entities, dialog, tools, Module,
56
], function(declare, lang, array, on, locale, Deferred, Dialog, entities, dialog, tools, Module,
56
            Grid, Page, Form, SearchBox, TextBox, ComboBox, CheckBox, Text, ContainerWidget, ProgressInfo, SearchForm, _) {
57
            Grid, Page, Form, SearchBox, TextBox, ComboBox, CheckBox, Text, PasswordInputBox, ContainerWidget, ProgressInfo, SearchForm, _) {
57
58
58
	return declare("umc.modules.schoolusers", [ Module ], {
59
	return declare("umc.modules.schoolusers", [ Module ], {
59
		idProperty: 'id',
60
		idProperty: 'id',
 Lines 295-301   define([ Link Here 
295
					label: _('User has to change password on next login')
296
					label: _('User has to change password on next login')
296
				}, {
297
				}, {
297
					name: 'newPassword',
298
					name: 'newPassword',
298
					type: TextBox,
299
					type: PasswordInputBox,
299
					required: true,
300
					required: true,
300
					label: _('New password')
301
					label: _('New password')
301
				}],
302
				}],

Return to bug 47646