Working on user login, verification, and password change.

This commit is contained in:
Scott Idem
2021-10-06 17:35:09 -04:00
parent 455cc36a69
commit 4f6d065990

View File

@@ -100,7 +100,7 @@ async def user_obj_change_password(
exclude_unset: bool = True, exclude_unset: bool = True,
response: Response = Response, response: Response = Response,
): ):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals()) log.debug(locals())
if password := user_obj.password: pass if password := user_obj.password: pass