mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
d9aa7acfbd
commit
39efaca54f
@ -1,3 +1,4 @@
|
||||
@todo
|
||||
Feature: Lost Password
|
||||
As a site owner
|
||||
I want to be able to reset my password
|
||||
|
Loading…
x
Reference in New Issue
Block a user