1
0
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:
Adolfo Gómez García 2021-10-18 17:17:16 +02:00
commit b2adafdec7

View File

@ -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)