Skip to content

Commit

Permalink
Merge pull request rockstor#2479 from slowhand93/testing
Browse files Browse the repository at this point in the history
Typo in pwreset.py: occured -> occurred rockstor#2474
  • Loading branch information
phillxnet authored Jan 19, 2023
2 parents c175f0a + e7f36db commit ac664dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rockstor/scripts/pwreset.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def change_password(username, password):
users.smbpasswd(username, password)
except:
sys.exit(
"Low level error occured while changing password of user: %s" % username
"Low level error occurred while changing password of user: %s" % username
)


Expand Down

0 comments on commit ac664dc

Please sign in to comment.