Riferimenti per il file typo3_src-3.8.1/typo3/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/user_password.php

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'


Documentazione delle variabili

$err_url = 'user_password.php?' . $common_url_query
 

Definizione alla linea 49 del file user_password.php.

$hashing_function
 

Valore iniziale:

 (PMA_MYSQL_INT_VERSION >= 40102 && !empty($pw_hash) && $pw_hash == 'old' ? 'OLD_' : '')
                          . 'PASSWORD'

Definizione alla linea 50 del file user_password.php.

$http_logout
 

Valore iniziale:

 ($cfg['Server']['auth_type'] == 'http')
                     ? '&old_usr=relog'
                     : ''

Definizione alla linea 71 del file user_password.php.

$js_to_run = 'user_password.js'
 

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.

$local_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . PMA_sqlAddslashes($pma_pw) . '\')')
 

Definizione alla linea 54 del file user_password.php.

$result = @PMA_DBI_try_query($local_query) or PMA_mysqlDie(PMA_DBI_getError(), $sql_query, FALSE, $err_url)
 

Definizione alla linea 55 del file user_password.php.

$show_query = 'y'
 

Definizione alla linea 78 del file user_password.php.

$sql_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . preg_replace('@.@s', '*', $pma_pw) . '\')')
 

Definizione alla linea 53 del file user_password.php.


Generato il Thu Jan 19 15:27:19 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6