This commit is contained in:
Marcin Kurczewski
2013-10-22 11:40:10 +02:00
parent 739e5d3b5d
commit 18097b6192
8 changed files with 89 additions and 24 deletions

View File

@ -483,7 +483,7 @@ class UserController
$this->context->suppliedPassword2 = $suppliedPassword2;
$this->context->suppliedEmail = $suppliedEmail;
if ($suppliedName !== null)
if (InputHelper::get('submit'))
{
$suppliedName = Model_User::validateUserName($suppliedName);