diff --git a/setup/page3.php b/setup/page3.php index ad04beeddc..66a18d3c85 100644 --- a/setup/page3.php +++ b/setup/page3.php @@ -68,7 +68,7 @@ echo "

The admin username is

"; -echo "

The admin password is

"; +echo "

The admin password is

"; if (function_exists('mime_content_type')) { echo "

Whether the file MIME type check should be enabled for imported files

"; diff --git a/setup/page_password.php b/setup/page_password.php index cc55815ac9..6ea86eced6 100644 --- a/setup/page_password.php +++ b/setup/page_password.php @@ -108,9 +108,7 @@ if(document.getElementById('account').value==''||document.getElementById('password').value==''){ alert('Please set a username and password'); return false; - } else { - document.getElementById('password').value = encodeURIComponent(document.getElementById('password').value); - } + } return true;" enctype="multipart/form-data">