Manual:WrapOldPasswords.php

This page is a translated version of the page Manual:WrapOldPasswords.php and the translation is 31% complete.
Outdated translations are marked like this.
Versão MediaWiki:
1.24

Detalhes

O ficheiro wrapOldPasswords.php é um script de manutenção que envolve todas as senhas de um determinado tipo em um tipo especificado de camadas que envolve o tipo antigo.

If necessary, the old MD5 hashing can be restored by changing $wgPasswordDefault to 'B'.

This maintenance script can wrap all passwords in 'pbkdf2-legacyA' or 'pbkdf2-legacyB' if you do not want to wait for your users to log in.

Options/Arguments

Opção Descrição Required?
--type Type to convert to. This must be one of the layered types from $wgPasswordConfig , meaning either pbkdf2-legacyA or pbkdf2-legacyB. Required
--verbose Create verbose output during execution. Optional
--update Actually wrap passwords Optional

Uso

php maintenance/wrapOldPasswords.php --type PasswordConfigKey [ --verbose| --update ]

Dry run

Terminal

Updating the password

Terminal

See also