Unverified Commit fe06e781 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(subscriptions) Prefix auth.conf with client name

issue #6099
Showing with 1 addition and 1 deletion
+1 -1
......@@ -180,7 +180,7 @@ class subscription extends simplePlugin
{
global $config;
$fileName = 'auth.conf';
$fileName = strtolower($this->cn).'-auth.conf';
$fileContent = 'machine '.$config->get_cfg_value('SubscriptionHost')."\n";
$fileContent .= ' login '.$this->uid."\n";
$fileContent .= ' password '.$this->userPassword."\n";
......
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