feat: forgot/reset password API (variant A). Fixes EventHub/EventHubBack#57
CI / test (push) Successful in 7m20s
CI / deploy-ift (push) Successful in 6m9s
CI / e2e-ift (push) Successful in 1m28s
CI / deploy-stage (push) Successful in 2m34s
CI / e2e-stage (push) Successful in 1m11s

This commit is contained in:
2026-07-24 20:12:53 +03:00
parent e3013075cc
commit 61816e15b1
16 changed files with 592 additions and 5 deletions
+4
View File
@@ -26,6 +26,7 @@
all() ->
[
user_test_verification,
user_test_password_reset,
user_test_register,
user_test_login,
user_test_user_me,
@@ -99,6 +100,9 @@ end_per_suite(Config) ->
user_test_verification(_Config) ->
user_verification_tests:test().
user_test_password_reset(_Config) ->
user_password_reset_tests:test().
user_test_register(_Config) ->
user_register_tests:test().