Univention Bugzilla – Attachment 9416 Details for
Bug 46012
"change password on next login" is ignored when password has been reset administratively
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Hotfix als Patch
bug46012.patch (text/plain), 524 bytes, created by
Sönke Schwardt-Krummrich
on 2018-02-22 11:55:50 CET
(
hide
)
Description:
Hotfix als Patch
Filename:
MIME Type:
Creator:
Sönke Schwardt-Krummrich
Created:
2018-02-22 11:55:50 CET
Size:
524 bytes
patch
obsolete
>--- __init__.py.ORIG 2018-02-22 11:49:52.574218591 +0100 >+++ __init__.py 2018-02-22 11:49:45.601686301 +0100 >@@ -94,6 +94,10 @@ > user['password'] = newPassword > user['overridePWHistory'] = '1' > user['locked'] = 'none' >+ # workaround bug #46067 (start) >+ user.modify() >+ user = User.from_dn(userdn, None, ldap_user_write).get_udm_object(ldap_user_write) >+ # workaround bug #46067 (end) > user['pwdChangeNextLogin'] = '1' if pwdChangeNextLogin else '0' > user.modify() > self.finished(request.id, True)
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 46012
: 9416