Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7e6c7fbc98
@ -484,7 +484,7 @@ class PMA_File
|
||||
$this->isTemp(true);
|
||||
|
||||
if (! $this->isReadable()) {
|
||||
$this->_error_message = __('Cannot read (moved) upload file.');
|
||||
$this->_error_message = __('Cannot read moved uploaded file.');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -92,7 +92,8 @@ function PMA_getHtmlForChangePassword($username, $hostname)
|
||||
$html .= '" checked="checked"';
|
||||
}
|
||||
$html .= ' />'
|
||||
. '<label for="radio_pw_hash_mysql_native">' . 'mysql_native_password'
|
||||
. '<label for="radio_pw_hash_mysql_native">'
|
||||
. __('MySQL native password')
|
||||
. '</label>'
|
||||
. '</td>'
|
||||
. '</tr>'
|
||||
|
||||
@ -1695,7 +1695,7 @@ function PMA_getHtmlForLoginInformationFields(
|
||||
. '<select id="select_authentication_plugin" name="authentication_plugin">'
|
||||
. '<option value="mysql_native_password" '
|
||||
. ($orig_auth_plugin == 'mysql_native_password' ? 'selected ' : '')
|
||||
. '>' . __('mysql_native_password') . '</option>';
|
||||
. '>' . __('MySQL native password') . '</option>';
|
||||
|
||||
// Since, 5.6.6 does not provide a syntax to alter
|
||||
// the authentication plugin used for a user,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user