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

Redesign of all pages that are rendered by backend code #2319

Merged
merged 2 commits into from Feb 18, 2018
Merged

Redesign of all pages that are rendered by backend code #2319

merged 2 commits into from Feb 18, 2018

Conversation

kravets-levko
Copy link
Collaborator

Login page:
image
image
image
image

Forgot password page:
image

Password reset page:
image

Invite user page:
image

Error page:
image

Setup page:
image

Copy link
Member

@arikfr arikfr left a comment

Choose a reason for hiding this comment

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

Looks good!

@@ -1,8 +1,16 @@
{% extends "layouts/signed_out.html" %}

{% block title %}Error :-({% endblock %}
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove this now. The alert icon serves a similar purpose.

<div class="fixed-width-page">
<div class="bg-white tiled">
<div class="m-b-default">
{% if google_auth_url %}
Copy link
Member

Choose a reason for hiding this comment

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

Need to support SAML and the other providers here too (although SAML is the important one). How about, have two variations of the text:

Has SSO provider (Google, SAML, LDAP, etc) available: "To create your account, please choose a password or login with your SSO provider."

No SSO provider: "To create your account, please choose a password."

Then show the different login buttons as we do on the login page.

@kravets-levko
Copy link
Collaborator Author

@arikfr Updated this PR. Hope I didn't miss anything when adding SSO login buttons to Invite user page but please review it.

Error page:
image

Invite user page:
image
image
image

@arikfr arikfr merged commit 631dad1 into getredash:master Feb 18, 2018
@arikfr
Copy link
Member

arikfr commented Feb 18, 2018

💃

@kravets-levko kravets-levko deleted the feature/server-pages-redesign branch February 11, 2019 16:48
dairyo pushed a commit to KiiCorp/redash that referenced this pull request Mar 1, 2019
…ages-redesign

Redesign of all pages that are rendered by backend code
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

Successfully merging this pull request may close these issues.

None yet

2 participants