Working on user login, verification, and password change.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user