Univention Bugzilla – Attachment 9022 Details for
Bug 44989
Login button invisible after failed authentication
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
umc_login__invisible_button_after_failed_login.patch (text/plain), 872 bytes, created by
Johannes Keiser
on 2017-07-12 15:40:43 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Johannes Keiser
Created:
2017-07-12 15:40:43 CEST
Size:
872 bytes
patch
obsolete
>Index: www/login/LoginDialog.js >=================================================================== >diff --git a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console/www/login/LoginDialog.js b/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console/www/login/LoginDialog.js >--- a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console/www/login/LoginDialog.js (Revision 81073) >+++ b/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console/www/login/LoginDialog.js (Arbeitskopie) >@@ -176,7 +176,7 @@ > > _resetForm: function() { > array.forEach(['umcLoginForm', 'umcNewPasswordForm', 'umcCustomPromptForm'], function(name) { >- query('input', dom.byId(name)).forEach(function(node) { >+ query('input:not([type=submit])', dom.byId(name)).forEach(function(node) { > attr.set(node, 'value', ''); > }); > });
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 44989
: 9022