Vai al codice sorgente di questo file.
Variabili | |
| $err_url = 'user_password.php?' . $common_url_query | |
| $hashing_function | |
| $sql_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . preg_replace('@.@s', '*', $pma_pw) . '\')') | |
| $local_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . PMA_sqlAddslashes($pma_pw) . '\')') | |
| $result = @PMA_DBI_try_query($local_query) or PMA_mysqlDie(PMA_DBI_getError(), $sql_query, FALSE, $err_url) | |
| $http_logout | |
| $show_query = 'y' | |
| $js_to_run = 'user_password.js' | |
|
|
Definizione alla linea 49 del file user_password.php. |
|
|
Valore iniziale: (PMA_MYSQL_INT_VERSION >= 40102 && !empty($pw_hash) && $pw_hash == 'old' ? 'OLD_' : '')
. 'PASSWORD'
Definizione alla linea 50 del file user_password.php. |
|
|
Valore iniziale: Definizione alla linea 71 del file user_password.php. |
|
|
If the "change password" form hasn't been submitted or the values submitted aren't valid -> displays the form Definizione alla linea 94 del file user_password.php. |
|
|
Definizione alla linea 54 del file user_password.php. |
|
|
Definizione alla linea 55 del file user_password.php. |
|
|
Definizione alla linea 78 del file user_password.php. |
|
|
Definizione alla linea 53 del file user_password.php. |
1.4.6