Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#44184 closed defect (bug) (wontfix)

Export personal data error

Reported by: dzivkovic's profile d.zivkovic Owned by:
Milestone: Priority: normal
Severity: trivial Version: 4.9.6
Component: Privacy Keywords:
Focuses: Cc:

Description

Hello,

i try the new function "Export personal data" and when i recieve the Email the link is build (visible) with my hidden WordPress URL and this is very bad solution. How can i config URL link so the hidden WP Login is not visible in the Link?

Regards Dragan

Change History (4)

#1 @desrosj
8 years ago

  • Component changed from Mail to Privacy

#2 @birgire
8 years ago

Welcome to WordPress trac @d.zivkovic

I guess you mean to replace site_url( 'wp-login.php' ) in wp_send_user_request() with wp_login_url(), that's filterable with the login_url filter.

Are you using the login_url filter?

#3 @d.zivkovic
8 years ago

Hello,

i use WP Security to hide my Admin Login URL.

Here you can see how the URL in the Email looks:

https://www.cerafon.com/THIS-PART-MUST-BE-HIDDEN/?action=confirmaction&request_id=8613&confirm_key=9a9x8aEEY51FfUXHwHUN

#4 @desrosj
8 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from assigned to closed

Thanks for the ticket, @d.zivkovic, but this seems like an issue with the plugin and not something that core will fix. It seems that the plugin needs to be updated to filter the new email strings.

Note: See TracTickets for help on using tickets.