Imagine you want to leave a service. You look for a "delete account" button, but itβs nowhere to be found. This is exactly what happened to many LastPass users who wanted to close their accounts.
They searched high and low, but the option seemed to vanish. It turns out, the company had a secret way of hiding this crucial button. This story is about how a simple website trick can cause big problems for users trying to regain control of their information.
The Missing Delete Button
Many people use password managers to keep their online lives safe. LastPass is one of the most popular ones. But when some users decided they no longer needed the service, they hit a wall. The option to delete their account, a basic feature most services offer, was surprisingly hard to find.
Users reported spending a lot of time trying to figure out how to get rid of their accounts. They checked settings, help pages, and everywhere else they could think of. The frustration grew as they realized the delete option wasn't just hidden, it was actively made difficult to access. This made people wonder what was going on behind the scenes.
How the Button Was Hidden
The way LastPass hid the delete account option was clever, but not in a good way. It involved a bit of web trickery. When a user would try to find the delete button, the website code would essentially tell the browser, "Don't show this button." This is done using something called display: none in website programming.
This code tells the computer that an element on the page, like a button, should not be visible to the person using the website. It's like a magician hiding a card from the audience. While it's a common tool for web designers, using it to hide an important function like account deletion raised serious questions about the company's transparency.
The Technical Trick Explained
In simple terms, the div element that contained the "delete account" button was given a style that made it invisible. A div is like a container on a webpage, and the button was inside this container. By setting the style of this container to display: none, the button inside it also disappeared from view.
This meant that even if someone knew the button *should
- be there, they couldn't see it. They would have to be tech-savvy enough to look at the website's underlying code to find the hidden element. This isn't something your average user would do, and it effectively locked many people out of deleting their accounts easily.
Why Hide Account Deletion?
This practice raises a big question: why would a company make it so difficult for users to delete their accounts? There are a few possible reasons, though none are particularly user-friendly.
One reason might be to keep user data for longer. If it's hard to delete an account, more people might just stop using the service without fully closing their profiles. This means their data, like saved passwords or personal information, remains with the company.