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: use the email input type where needed #1143

Merged
merged 2 commits into from
Jun 20, 2016
Merged

Fix: use the email input type where needed #1143

merged 2 commits into from
Jun 20, 2016

Conversation

ariarijp
Copy link
Member

I think, use the email input type for a good UX.

@@ -44,7 +44,7 @@
<form role="form" method="post" name="login">
<div class="form-group">
<label for="inputEmail">Email</label>
<input type="text" class="form-control" id="inputEmail" name="email" value="{{email}}">
<input type="email" class="form-control" id="inputEmail" name="email" value="{{email}}">
Copy link
Member

Choose a reason for hiding this comment

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

While it makes sense, it's a problem as sometimes "email" is used just as a username -- like the default admin user. Changing type here will prevent people from logging in...

@arikfr
Copy link
Member

arikfr commented Jun 19, 2016

Thanks! See my comments.

@ariarijp
Copy link
Member Author

Updated this pull request.

Please review it again.

@arikfr arikfr changed the title Use the email input type Fix: use the email input type where needed Jun 20, 2016
@arikfr arikfr merged commit dbd48e1 into getredash:master Jun 20, 2016
@arikfr
Copy link
Member

arikfr commented Jun 20, 2016

Thanks!

simo7 pushed a commit to pubnative/redash that referenced this pull request Sep 22, 2016
Fix: use the email input type where needed
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.

2 participants