forked from science-ation/science-ation
- Add a password warning to the judge password page, indicating that the server
may not be secure, so don't use an important password.
This commit is contained in:
parent
3a4d919691
commit
e3035cb13f
@ -212,6 +212,9 @@
|
||||
echo i18n("Please choose a password in order to create your judges account");
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo i18n("This session may not be encrypted (look for https:// in the URL, or the lock icon in the lower right corner of your browser window). For your safety, we recommend that you DO NOT use an important password here. For example, DO NOT use your personal banking password here.");
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo "<input type=\"hidden\" name=\"action\" value=\"new\">";
|
||||
echo "<table>";
|
||||
echo "<tr><td>";
|
||||
|
Loading…
Reference in New Issue
Block a user