Password change request should be optional on soft reset
authorGergő Tisza <gtisza@wikimedia.org>
Mon, 6 Jun 2016 14:43:03 +0000 (14:43 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Mon, 6 Jun 2016 15:45:43 +0000 (15:45 +0000)
commit26d2ea79dd660fd9284de4cbe842e452d3313dc0
tree39a125752720b958e19b2d76dd4109e449518a4d
parent3e51626fb8bdafb0dd743d2b6a34e6246ff6d4b5
Password change request should be optional on soft reset

Non-optional fields are required by HTMLForm now so the skip button
would not work properly.

Change-Id: Iad937767f0f7cf6dce43f7882720d1ed730ee28d
includes/auth/ResetPasswordSecondaryAuthenticationProvider.php
tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php