Apparently Safari takes the "email" seriously, and won't let anything go

that isn't really an email.. no so good for usernames.  We need a "I
don't have an email" button  or somethign .
This commit is contained in:
dave 2010-07-13 04:33:42 +00:00
parent ccf1b9c453
commit 7fb84ea200
2 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ if(isset($_SESSION['users_type'])) {
<form method="post" action="user_login.php">
<input type="hidden" name="action" value="login" />
<table cellspacing=1 cellpadding=1><tr><td>
<?=i18n("Username")?>:</td><td><input type="email" size="14" name="username" />
<?=i18n("Username")?>:</td><td><input type="text" size="14" name="username" />
</td></tr><tr><td>
<?=i18n("Password")?>:</td><td><input type="password" size="14" name="password" />
</td></tr>

View File

@ -356,7 +356,7 @@ if(isset($_SESSION['accounts_id'])) {
<form method="post" action="user_login.php?role=<?="$role$redirect_url"?>">
<input type="hidden" name="action" value="login" />
<table><tr><td>
<?=i18n("Email")?>:</td><td><input type="email" size="20" name="username" />
<?=i18n("Email")?>:</td><td><input type="text" size="20" name="username" />
</td></tr><tr><td>
<?=i18n("Password")?>:</td><td><input type="password" size="20" name="password" />
</td></tr>