feat: add user profile #130
Annotations
10 errors
test/atomic_web/controllers/user_reset_password_controller_test.exs#L67
test PUT /users/reset_password/:token resets password once (AtomicWeb.UserResetPasswordControllerTest)
|
test/atomic_web/controllers/user_auth_test.exs#L137
test require_authenticated_user/2 stores the path to redirect to on GET (AtomicWeb.UserAuthTest)
|
test/atomic_web/controllers/user_confirmation_controller_test.exs#L59
test GET /users/confirm/:token renders the confirmation page (AtomicWeb.UserConfirmationControllerTest)
|
test/atomic_web/controllers/user_reset_password_controller_test.exs#L32
test POST /users/reset_password does not send reset password token if email is invalid (AtomicWeb.UserResetPasswordControllerTest)
|
test/atomic_web/controllers/user_reset_password_controller_test.exs#L13
test GET /users/reset_password renders the reset password page (AtomicWeb.UserResetPasswordControllerTest)
|
test/atomic_web/controllers/user_auth_test.exs#L107
test fetch_current_user/2 does not authenticate if data is missing (AtomicWeb.UserAuthTest)
|
test/atomic_web/controllers/user_confirmation_controller_test.exs#L33
test POST /users/confirm does not send confirmation token if User is confirmed (AtomicWeb.UserConfirmationControllerTest)
|
test/atomic_web/controllers/user_auth_test.exs#L163
test require_authenticated_user/2 does not redirect if user is authenticated (AtomicWeb.UserAuthTest)
|
test/atomic_web/controllers/user_reset_password_controller_test.exs#L22
test POST /users/reset_password sends a new reset password token (AtomicWeb.UserResetPasswordControllerTest)
|
test/atomic_web/controllers/user_confirmation_controller_test.exs#L13
test GET /users/confirm renders the resend confirmation page (AtomicWeb.UserConfirmationControllerTest)
|
The logs for this run have expired and are no longer available.
Loading