mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
b2adafdec7
@ -368,7 +368,6 @@ class CommonService: # pylint: disable=too-many-instance-attributes
|
||||
|
||||
# Check for password change request for an user
|
||||
if userName and newPassword:
|
||||
changed = True
|
||||
logger.info('Setting password for configured user')
|
||||
try:
|
||||
platform.operations.changeUserPassword(userName, oldPassword or '', newPassword)
|
||||
|
Loading…
Reference in New Issue
Block a user