Bug #17104 » 5182-1.diff
typo3/sysext/install/mod/class.tx_install.php (copie de travail) | ||
---|---|---|
<br />
|
||
'.$this->fw('The Install Tool Password is <i>not</i> the admin password of TYPO3.<br />
|
||
If you don\'t know the current password, you can set a new one by setting the value of $TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] in typo3conf/localconf.php to the md5() hash value of the password you desire.'.
|
||
($p ? '<br /><br />The password you just tried has this md5-value: <br /><br />'.md5($p) : '')
|
||
).'
|
||
If you don\'t know the current password, you can set a new one by setting the value of $TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] in typo3conf/localconf.php to the md5() hash value of the password you desire.<br /><br />'.
|
||
($p ? 'The password you just tried has this md5-value: '.md5($p) : 'You did not enter any password yet.')
|
||
).'<br /><br />
|
||
</form>
|
||
<script type="text/javascript">
|
||
<!--
|