Opened 8 years ago
Closed 8 years ago
#44184 closed defect (bug) (wontfix)
Export personal data error
| Reported by: |
|
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)
#3
@
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:
#4
@
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.
Welcome to WordPress trac @d.zivkovic
I guess you mean to replace
site_url( 'wp-login.php' )inwp_send_user_request()withwp_login_url(), that's filterable with thelogin_urlfilter.Are you using the
login_urlfilter?