Commit 92a95ac4 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3090 using CACHE_DIR for the auth file instead of /tmp

Showing with 1 addition and 1 deletion
+1 -1
......@@ -30,7 +30,7 @@ class Step_Welcome extends setup_step
{
$this->is_enabled = TRUE;
$this->is_active = TRUE;
$this->authPath = CACHE_DIR.'/fusiondirectory.auth';
$this->authPath = CACHE_DIR.'fusiondirectory.auth';
$this->update_strings();
}
......
  • bmortier @bmortier

    mentioned in issue #1044

    By Côme Chilliet on 2017-09-02T15:10:17 (imported from GitLab)

    ·

    mentioned in issue #1044

    By Côme Chilliet on 2017-09-02T15:10:17 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment