Univention Bugzilla – Attachment 9208 Details for
Bug 44867
Self Service "forgot password" does not work in Active Directory domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
b5d259dcc6ebd0e8456bce6b24a347a2142e6407.patch
b5d259dcc6ebd0e8456bce6b24a347a2142e6407.patch (text/plain), 952 bytes, created by
Stefan Gohmann
on 2017-09-15 09:28:36 CEST
(
hide
)
Description:
b5d259dcc6ebd0e8456bce6b24a347a2142e6407.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2017-09-15 09:28:36 CEST
Size:
952 bytes
patch
obsolete
>commit b5d259dcc6ebd0e8456bce6b24a347a2142e6407 >Author: Stefan Gohmann <gohmann@univention.de> >Date: Fri Sep 15 08:58:23 2017 +0200 > > Stop after resetting the password in AD (Bug #44867) > >diff --git a/management/univention-self-service/umc/python/passwordreset/__init__.py b/management/univention-self-service/umc/python/passwordreset/__init__.py >index cc60bc52f5..a559eb3dac 100644 >--- a/management/univention-self-service/umc/python/passwordreset/__init__.py >+++ b/management/univention-self-service/umc/python/passwordreset/__init__.py >@@ -479,8 +479,7 @@ class Instance(Base): > def udm_set_password(self, username, password): > user = self.get_udm_user(username=username, admin=True) > if 'synced' in user.get('objectFlag') and ucr.is_true('ad/member'): >- self.admember_set_password(username, password) >- >+ return self.admember_set_password(username, password) > try: > user["password"] = password > user["pwdChangeNextLogin"] = 0
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 44867
:
9207
|
9208
|
9213
|
9214
|
9221
|
9223
|
9225
|
9252