Show More
@@ -555,7 +555,7 b' class UserModel(BaseModel):' | |||||
555 |
|
555 | |||
556 | Session().add(user) |
|
556 | Session().add(user) | |
557 | Session().commit() |
|
557 | Session().commit() | |
558 |
log.info(' |
|
558 | log.info('successfully reset password for `%s`', user_email) | |
559 | if new_passwd is None: |
|
559 | if new_passwd is None: | |
560 | raise Exception('unable to generate new password') |
|
560 | raise Exception('unable to generate new password') | |
561 |
|
561 |
General Comments 0
You need to be logged in to leave comments.
Login now