Skip to content
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

Fix/redirect to login page after activate an account #1553

Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Jul 22, 2023

In this PR the Activate container is prepared to keep the user logged in after activating an account. it needs an update on the API => cboard-org/cboard-api#308
It should be tested on Android with the universal Link feature.
Close #1342

@martinbedouret martinbedouret added this to the 1.31.0 milestone Jul 27, 2023
Copy link
Collaborator

@martinbedouret martinbedouret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomivm please refactor this to a simpler strategy: just redirect the user to the login page once the activation is done successfully. No API changes required.

@tomivm tomivm changed the title Fix/login after activate account Fix/redirect to login page after activate an account Aug 1, 2023
@tomivm
Copy link
Collaborator Author

tomivm commented Aug 1, 2023

@martinbedouret Now any change on the API is needed and the user is not logged in automatically. Users are redirected to the login-signup view and the messages on the Activate component are ready to be translated

@martinbedouret martinbedouret merged commit 3c75c69 into cboard-org:master Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Users should keep session after activate a new acount
2 participants