-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Email confirmation system #143
base: master
Are you sure you want to change the base?
Conversation
d72a4e8
to
c6f7164
Compare
assert!(response.status().is_client_error()); | ||
} | ||
// #[actix_web::test] | ||
// async fn register() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why it is commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because im not sure if I should create new test for registrations (because current test wont work with email confirmation) or if it will be changed in integration tests issue, and if its the latter then i couldnt merge it because of checks failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integrstions tests will just change how mocking works and a bir test sctructyre. It is not responsiblr for implementing all tesrs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so i should implement tests for sending confirmation email and confirming it?
# Conflicts: # frontend/openapi/api/openapi.json
… why it doesnt work on gmail
…ed email on /login when parameter redirect_from_confirming is set to true, minor changes and fixes
fefa35a
to
dbf7ab6
Compare
Resolves: #130
Features: