Added new rml user for addressdb update import

This commit is contained in:
Frank Schubert
2024-12-03 15:45:44 +01:00
parent 3d6182b234
commit 0abb91443d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class PreorderApicontroller extends mfBaseApicontroller {
}
protected function exportPreorders() {
if($this->me->username != 'r.eschner@rmlinfrastruktur.at') {
if($this->me->username != 'r.eschner@rmlinfrastruktur.at' && $this->me->username != 'e.grundner@rmlinfrastruktur.at') {
return mfResponse::Forbidden();
}