Skip to content

triggerdialog_rest_password and triggerdialog_masSecret get NULLed when I save anything in the configuration UI #39

@ekkeguembel

Description

@ekkeguembel

Describe the bug
triggerdialog_rest_password and triggerdialog_masSecret get NULLed when I save anything in the configuration UI

To Reproduce
Steps to reproduce the behavior:

  1. Start with a working installation, or create one by entering all data in configuration -> Print Mailing Settings
  2. check the data in local.php
  3. Now change anything in configuration -> Print Mailing Settings (e.g., for testing, change the REST API user name
  4. As a result, we now have deleted the secrets in local.php
    'triggerdialog_masSecret' => null,
    'triggerdialog_rest_password' => null,

Expected behavior
secrets must not be displayed in the UI, but must remain intact in local.php

Mautic version
4

Additional context
Porbably related to #21

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions