feat: add user profile #135
Annotations
10 errors
OTP 25.x / Elixir 1.14.x:
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)
|
OTP 25.x / Elixir 1.14.x:
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)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_auth_test.exs#L32
test log_in_user/3 redirects to the configured path (AtomicWeb.UserAuthTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_auth_test.exs#L85
test fetch_current_user/2 authenticates user from session (AtomicWeb.UserAuthTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_reset_password_controller_test.exs#L13
test GET /users/reset_password renders the reset password page (AtomicWeb.UserResetPasswordControllerTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_confirmation_controller_test.exs#L13
test GET /users/confirm renders the resend confirmation page (AtomicWeb.UserConfirmationControllerTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_auth_test.exs#L91
test fetch_current_user/2 authenticates user from cookies (AtomicWeb.UserAuthTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_confirmation_controller_test.exs#L22
test POST /users/confirm sends a new confirmation token (AtomicWeb.UserConfirmationControllerTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_auth_test.exs#L19
test log_in_user/3 stores the user token in the session (AtomicWeb.UserAuthTest)
|
OTP 25.x / Elixir 1.14.x:
test/atomic_web/controllers/user_reset_password_controller_test.exs#L22
test POST /users/reset_password sends a new reset password token (AtomicWeb.UserResetPasswordControllerTest)
|