diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-01-09 17:28:31 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-01-09 17:28:31 -0500 |
| commit | 26e3996014936268f4acbfa214fa881af9320ddd (patch) | |
| tree | 5f7fa2c1b73e4443ce75e8919383bdf775492304 /app/Controller/Config.php | |
| parent | 03032c3190a27408d60e27f486a4ca472448e9dc (diff) | |
Add forgot password feature
Diffstat (limited to 'app/Controller/Config.php')
| -rw-r--r-- | app/Controller/Config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Controller/Config.php b/app/Controller/Config.php index c7097da3..4aee8553 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -40,6 +40,9 @@ class Config extends Base $values = $this->request->getValues(); switch ($redirect) { + case 'application': + $values += array('password_reset' => 0); + break; case 'project': $values += array('subtask_restriction' => 0, 'subtask_time_tracking' => 0, 'cfd_include_closed_tasks' => 0); break; |
