Manual:$wgPasswordResetRoutes/pl

Category:MediaWiki configuration settings/pl#PasswordResetRoutesCategory:MediaWiki configuration settings introduced in version 1.18.0/pl#PasswordResetRoutesCategory:MediaWiki configuration settings still in use/pl#PasswordResetRoutesCategory:Authentication variables/pl#PasswordResetRoutes
Identyfikacja: $wgPasswordResetRoutes
Whether to allow password resets identified by various bits of data.
Wprowadzono w wersji:1.18.0 (r86482)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(array)
Domyślna wartość:patrz poniżej

Szczegóły

Whether to allow password resets ("enter some identifying data, and we'll send an email with a temporary password you can use to get back into the account") identified by various bits of data. Setting all of these to false (or the whole variable to false) has the effect of disabling "password resets" entirely.

Uwaga Uwaga: "Password reset" is different from "Password change". This variable, if set to false, prevents the former. It has no effect to the latter irrespective of its value. To know the differences between these concepts, see Manual:Resetting passwords#Differences between Special:PasswordReset and Special:ChangePassword

Default value

Wersja MediaWiki:
1.26
[
	'username' => true,
	'email' => true,
]
Wersje MediaWiki:
1.18 1.25
array(
	'username' => true,
	'email' => false,
)
Category:Authentication variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.18.0/pl Category:MediaWiki configuration settings still in use/pl