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

Add a login exception for account not confirmed during login #50

Open
zfi opened this issue Jun 15, 2018 · 3 comments
Open

Add a login exception for account not confirmed during login #50

zfi opened this issue Jun 15, 2018 · 3 comments
Assignees

Comments

@zfi
Copy link
Contributor

zfi commented Jun 15, 2018

When the login process fails because the requested account has not yet been confirmed, return an exception message to indicate the the failure was due to an unconfirmed account.

@zfi
Copy link
Contributor Author

zfi commented Sep 25, 2018

The cloud session server returns a failure notice with an error code of 430 when a login attempt is received and the account is attempting to use an unconfirmed email address. The cloud-session-java-client is responsible for acting on this failure.

@zfi
Copy link
Contributor Author

zfi commented Sep 25, 2018

Verified that the cloud-session-java-client is receiving the error code and is throwing the correct UnconfirmedEmailException. Checking the BlocklyProp project to see where this is failing.

@PropGit
Copy link
Contributor

PropGit commented Sep 25, 2018

Getting closer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants