add reset password endpoint

This commit is contained in:
2025-12-04 19:46:26 -03:00
parent d29ad3ceb6
commit b929c492c0
9 changed files with 129 additions and 36 deletions

View File

@@ -10,9 +10,10 @@ def test_send_forgot_email(monkeypatch, lambda_context: LambdaContext):
'detail': {
'new_image': {
'id': 'PASSWORD_RESET',
'sk': 'CODE#123',
'sk': 'CODE#820b3cbc-e2e2-440e-9cec-7958725e8f52',
'name': 'Sérgio R Siqueira',
'email': 'sergio@somosbeta.com.br',
'user_id': '6c992e55-f483-44ce-a940-5394c3e00645',
}
}
}