forked from science-ation/science-ation
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:
parent
ccf1b9c453
commit
7fb84ea200
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user