Merge branch 'fronkdev' into 'master'

Added new rml user for addressdb update import

See merge request fronk/thetool!775
This commit is contained in:
Frank Schubert
2024-12-03 14:46:20 +00:00
2 changed files with 2 additions and 2 deletions

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();
}