Changed the password $valid check condition
authortonythomas01 <01tonythomas@gmail.com>
Tue, 28 Jan 2014 13:31:48 +0000 (19:01 +0530)
committertonythomas01 <01tonythomas@gmail.com>
Tue, 4 Feb 2014 13:42:53 +0000 (19:12 +0530)
commitf805ef74d0887851a885b0b680ae16deb2e7c47d
treecdeb08595069d96f683f141a3d9a71075413f61a
parent5785c77a00e7c54a2b9627d7cc58152ed8c7b002
Changed the password $valid check condition

$user will always be an object and User::getPasswordValidity will
always return either true, a string or a (non-empty) array
combined with AND (&&), this will always be true"
Removed message 'config-admin-password-same' as it was used nowhere.

Bug: 41392
Change-Id: Idc2cb80ca4541d1120e18aad3261aece7bd72122
includes/installer/Installer.i18n.php
includes/installer/WebInstallerPage.php