Bug fixes or some issues around user auth, verification, and password change

This commit is contained in:
Scott Idem
2022-01-20 18:07:27 -05:00
parent c0fdc4d2dc
commit afe44bac89
2 changed files with 18 additions and 8 deletions

View File

@@ -257,6 +257,7 @@ class User_Base(BaseModel):
email: Optional[str]
email_verified: Optional[bool]
password: Optional[str]
current_password: Optional[str]
new_password: Optional[str]
allow_auth_key: Optional[int]