Hey @wpsupacc!
Glad you reached out here!
I was able to replicate what you are seeing, but I’m trying to more fully understand exactly how you see it as a problem. Correct me if I’m wrong here:
- Users have the ability to request an export of their personal data.
- In order to facilitate that, they must log into the site.
- In order to log into the site, they’ll need the hide backend slug
- That slug has to be sent to them to allow that functionality.
What am I missing? Is there a use case for exporting personal information from a user that doesn’t need to log into the site?
The hide backend slug is not sensitive information, it’s a simply obfuscation of the login URL.
In fact, it’s fairly universally regarded as “not really making the site any more secure” as compared to CAPTCHAs and passwordless logins, etc. It does help users to feel like their site is more secure, but the real security happens with brute force protections, hardening of passwords, 2-Factor Authentication, and other protections.
We’re more than happy to clarify, or to learn more about why you believe this to be a problem.
Have a great weekend!