Changeset 3372276
- Timestamp:
- 10/03/2025 10:08:37 AM (5 months ago)
- Location:
- keyless-auth
- Files:
-
- 2 edited
-
tags/2.6.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keyless-auth/tags/2.6.1/readme.txt
r3372271 r3372276 221 221 Yes! Version 2.0.4 introduces secure credential storage options. You can choose to store SMTP username and password in wp-config.php instead of the database. This is more secure as wp-config.php is typically outside the web root. Simply add these constants to your wp-config.php: 222 222 223 `define('CHRMRTNS_ PA_SMTP_USERNAME', 'your-email@example.com');`224 `define('CHRMRTNS_ PA_SMTP_PASSWORD', 'your-smtp-password');`223 `define('CHRMRTNS_KLA_SMTP_USERNAME', 'your-email@example.com');` 224 `define('CHRMRTNS_KLA_SMTP_PASSWORD', 'your-smtp-password');` 225 225 226 226 Then select "Store in wp-config.php" in the SMTP settings. … … 480 480 = 2.0.4 = 481 481 * NEW: Secure credential storage options - Choose between database or wp-config.php storage for SMTP credentials 482 * NEW: wp-config.php constants support - Use CHRMRTNS_ PA_SMTP_USERNAME and CHRMRTNS_PA_SMTP_PASSWORD constants482 * NEW: wp-config.php constants support - Use CHRMRTNS_KLA_SMTP_USERNAME and CHRMRTNS_KLA_SMTP_PASSWORD constants 483 483 * IMPROVEMENT: Enhanced security - Keep sensitive SMTP credentials outside the web root in wp-config.php 484 484 * IMPROVEMENT: Dynamic field toggles - Visual indicators show which storage method is active and if constants are defined -
keyless-auth/trunk/readme.txt
r3372271 r3372276 221 221 Yes! Version 2.0.4 introduces secure credential storage options. You can choose to store SMTP username and password in wp-config.php instead of the database. This is more secure as wp-config.php is typically outside the web root. Simply add these constants to your wp-config.php: 222 222 223 `define('CHRMRTNS_ PA_SMTP_USERNAME', 'your-email@example.com');`224 `define('CHRMRTNS_ PA_SMTP_PASSWORD', 'your-smtp-password');`223 `define('CHRMRTNS_KLA_SMTP_USERNAME', 'your-email@example.com');` 224 `define('CHRMRTNS_KLA_SMTP_PASSWORD', 'your-smtp-password');` 225 225 226 226 Then select "Store in wp-config.php" in the SMTP settings. … … 480 480 = 2.0.4 = 481 481 * NEW: Secure credential storage options - Choose between database or wp-config.php storage for SMTP credentials 482 * NEW: wp-config.php constants support - Use CHRMRTNS_ PA_SMTP_USERNAME and CHRMRTNS_PA_SMTP_PASSWORD constants482 * NEW: wp-config.php constants support - Use CHRMRTNS_KLA_SMTP_USERNAME and CHRMRTNS_KLA_SMTP_PASSWORD constants 483 483 * IMPROVEMENT: Enhanced security - Keep sensitive SMTP credentials outside the web root in wp-config.php 484 484 * IMPROVEMENT: Dynamic field toggles - Visual indicators show which storage method is active and if constants are defined
Note: See TracChangeset
for help on using the changeset viewer.