diff --git a/gazelle.sql b/gazelle.sql index f026c5dd..88a83b25 100644 --- a/gazelle.sql +++ b/gazelle.sql @@ -173,8 +173,8 @@ CREATE TABLE `comments_edits` ( `EditUser` int(10) DEFAULT NULL, `EditTime` datetime DEFAULT NULL, `Body` mediumtext, - KEY `Page` (`Page`,`PostID`), - KEY `EditUser` (`EditUser`) + KEY `EditUser` (`EditUser`), + KEY `PostHistory` (`Page`,`PostID`,`EditTime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE `do_not_upload` ( diff --git a/sections/register/step1.php b/sections/register/step1.php index 0b798e7a..f606bec6 100644 --- a/sections/register/step1.php +++ b/sections/register/step1.php @@ -17,10 +17,10 @@ } ?>
Username | +Username |
- It is recommended that you do NOT use your real name for personal security! We will not be changing it for you. +Use common sense when choosing your username. Offensive usernames will not be tolerated. Also, do not choose a username that can be associated with your real name. If you do so, we will not be changing it for you. |