Univention Bugzilla – Attachment 9851 Details for
Bug 47646
Reset password module - add password visibility toggle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch/Change from TextBox to PasswordInputBox
schoolusers.js.patch (text/plain), 1.16 KB, created by
Hendrik Peter
on 2019-02-21 09:09:13 CET
(
hide
)
Description:
Patch/Change from TextBox to PasswordInputBox
Filename:
MIME Type:
Creator:
Hendrik Peter
Created:
2019-02-21 09:09:13 CET
Size:
1.16 KB
patch
obsolete
>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') > }],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47646
: 9851