Skip to content

Commit

Permalink
Make it clearer that user doesn't need to change password
Browse files Browse the repository at this point in the history
We need some sort of plain-text password from which to generate
an NT hash.
  • Loading branch information
anodos325 committed Dec 3, 2024
1 parent e78fb4f commit 1423379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def do_update(self, app, audit_callback, pk, data):
if not user['smb'] and data.get('smb') and not data.get('password'):
# Changing from non-smb user to smb user requires re-entering password.
verrors.add('user_update.smb',
'Password must be changed in order to enable SMB authentication')
'Password must be reset in order to enable SMB authentication')

verrors.check()

Expand Down

0 comments on commit 1423379

Please sign in to comment.