Can’t remove password form UI after setting WPMS_SMTP_PASS in wp-config.php
-
Steps to reproduce:
1. Configure email authentication password in UI.
2. AddWPMS_ON
andWPMS_SMTP_PASS
constants towp-config.php
3. Remove password from UI and save.Now the plugin complains that no authentication is configured, and the plugin will behave like WP does by default.
Expected behaviour: because
WPMS_SMTP_PASS
is configured inwp-config.php
, it should be used instead of the password setting from UI, and no warning should be shown to the user. Instead, a notice should be shown saying thatWPMS_SMTP_PASS
is set.
- The topic ‘Can’t remove password form UI after setting WPMS_SMTP_PASS in wp-config.php’ is closed to new replies.