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

Show actual error message when email user protection fails #27

Open
dmitry-lomakin opened this issue Jun 2, 2017 · 0 comments
Open

Comments

@dmitry-lomakin
Copy link
Contributor

If someone tries to Protect some email with unprotected domain from panel UI nothings happens.
Please check following GIF https://www.dropbox.com/s/ngcj1rhpcx62yte/EmailProtectTry.gif?dl=0

On backend the corresponding requests can be seen but UI does not display any information and it confuses.

[2017-06-01 06:24:14] Context.INFO: updateResources: start [] []
[2017-06-01 06:24:14] Context.INFO: updateResources: Starting update process for resource (frantsev@gmail.com) [] []
[2017-06-01 06:24:14] Context.WARNING: [REPORT]: SE email resource 'frantsev@gmail.com' not found. Use the 'Protect' action to have it created and protected. [] []
[2017-06-01 06:24:14] Context.INFO: updateResources: stop [] []
[2017-06-01 06:24:17] Context.INFO: updateResources: start [] []
[2017-06-01 06:24:17] Context.INFO: updateResources: Starting update process for resource (frantsev@gmail.com) [] []
[2017-06-01 06:24:17] Context.INFO: updateResources: Protecting resource [] []
[2017-06-01 06:24:17] Context.INFO: protectResource: start [] []
[2017-06-01 06:24:17] Context.INFO: protectResource: Protection process starting [] []
[2017-06-01 06:24:17] Context.WARNING: [REPORT]: Domain not protected. (gmail.com) [] []
[2017-06-01 06:24:17] Context.WARNING: [REPORT]: Domain 'gmail.com' not protected, please make sure it is in order to add this email. (frantsev@gmail.com). [] []
[2017-06-01 06:24:17] Context.INFO: protectResource: stop [] []
[2017-06-01 06:24:17] Context.INFO: updateResources: stop [] []

This behavior needs to be improved so the actual problem would be visible to end-users so they could have a chance to fix it.

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

No branches or pull requests

1 participant