Skip to content
Snippets Groups Projects
Commit 6cca20fb authored by Dan Callahan's avatar Dan Callahan
Browse files

Set email input field to type=email for better UX

parent 910b827b
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ if($_['passwordChangeSupported']) {
?>
<form id="lostpassword" class="section">
<h2><?php p($l->t('Email'));?></h2>
<input type="text" name="email" id="email" value="<?php p($_['email']); ?>"
<input type="email" name="email" id="email" value="<?php p($_['email']); ?>"
placeholder="<?php p($l->t('Your email address'));?>"
autocomplete="on" autocapitalize="off" autocorrect="off" />
<span class="msg"></span><br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment