]> source.dussan.org Git - nextcloud-server.git/commit
Default to `null` for lostpassword
authorLukas Reschke <lukas@owncloud.com>
Sun, 1 Feb 2015 16:07:10 +0000 (17:07 +0100)
committerLukas Reschke <lukas@owncloud.com>
Sun, 1 Feb 2015 16:07:10 +0000 (17:07 +0100)
commit35afb0d22e41c195ba8ac4a7dc942ba4b0b97d42
treef8b7c7814ddb6beb83d5015a79666b58ed2bdb35
parenta3067b3b9fe1ef3287440d132681b9ff46031219
Default to `null` for lostpassword

We oC 8 we use the `StringUtils::equals` method which will also verify the type, since we don't anylonger hash the token twice this is required in case somebody is able to invoke this route with an empty `$token`.
core/lostpassword/controller/lostcontroller.php