]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set email input field to type=email for better UX
authorDan Callahan <dan.callahan@gmail.com>
Tue, 26 Aug 2014 16:14:30 +0000 (11:14 -0500)
committerDan Callahan <dan.callahan@gmail.com>
Tue, 26 Aug 2014 16:14:30 +0000 (11:14 -0500)
settings/templates/personal.php

index ecdd6dad24a893742cf489795d76fa6a83d91fa3..661c242ea6bf2f11ee41f66ebd9b3c6481603382 100644 (file)
@@ -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 />