Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
871b1dbf
Unverified
Commit
871b1dbf
authored
Dec 17, 2019
by
Christoph Wurst
Committed by
GitHub
Dec 17, 2019
Browse files
Options
Downloads
Plain Diff
Merge pull request #2367 from nextcloud/fix/imported-provisioning-config-default-enable
Auto-enable imported provisioning config
parents
8ec3f8a1
1369ebf6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Service/Provisioning/Manager.php
+1
-0
1 addition, 0 deletions
lib/Service/Provisioning/Manager.php
with
1 addition
and
0 deletions
lib/Service/Provisioning/Manager.php
+
1
−
0
View file @
871b1dbf
...
...
@@ -154,6 +154,7 @@ class Manager {
if
(
!
isset
(
$data
[
'smtpUser'
]))
{
$data
[
'smtpUser'
]
=
$data
[
'email'
];
}
$data
[
'active'
]
=
true
;
return
$this
->
configMapper
->
save
(
new
Config
(
$data
));
}
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment