Skip to content

Commit 2f72c2b

Browse files
committed
Don't use the superadmin as the license notification sender #209
* modified superadmin user to dummy Notifier user
1 parent 62ae729 commit 2f72c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application-licensing-licensor/application-licensing-licensor-ui/src/main/resources/Licenses/Code/LicensedExtensionUpgradeJob.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<contextLang>en</contextLang>
147147
</property>
148148
<property>
149-
<contextUser>XWiki.superadmin</contextUser>
149+
<contextUser>XWiki.Notifier</contextUser>
150150
</property>
151151
<property>
152152
<cron>0 0 0 ? * SUN</cron>

application-licensing-licensor/application-licensing-licensor-ui/src/main/resources/Licenses/Code/NewExtensionVersionAvailableJob.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<contextLang>en</contextLang>
147147
</property>
148148
<property>
149-
<contextUser>XWiki.superadmin</contextUser>
149+
<contextUser>XWiki.Notifier</contextUser>
150150
</property>
151151
<property>
152152
<cron>0 0 0 ? * SUN</cron>

0 commit comments

Comments
 (0)