Disable "lost password" feature, breaks on "php -S"

PHP's built-in webserver doesn't reliably expose SCRIPT_NAME,
see https://github.com/silverstripe/silverstripe-framework/issues/2580.
This breaks URL routing on /Security/passwordsent/admin%40test.com
This commit is contained in:
Ingo Schommer 2013-10-22 15:25:57 +02:00
parent d9aa7acfbd
commit 39efaca54f

View File

@ -1,3 +1,4 @@
@todo
Feature: Lost Password
As a site owner
I want to be able to reset my password