Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ekkeguembel opened this issue May 9, 2023 · 0 comments

Comments

@ekkeguembel
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant