-
-
Notifications
You must be signed in to change notification settings - Fork 946
Add Mastodon-like public Account Verification to Lemmy #6332
Description
Requirements
- Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat.
- Did you check to see if this issue already exists?
- Is this only a feature request? Do not put multiple feature requests in one issue.
- Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
- Do you agree to follow the rules in our Code of Conduct?
Is your proposal related to a problem?
On Lemmy I have a lot of accounts, which isn't a bad thing but I have also faced issues with people impersonating me on Lemmy because they either sign up on an instance I never joined, or they sign up with a similar name to mine and just override with a display name. This has led to some confusion from others and while minor I don't think every occurrence of this will be minor in the future.
Describe the solution you'd like.
As related to #6024 I feel strongly that Lemmy should adopt a public account verification system where people can verify their accounts are actually theirs by embedding a link to it on their page. Could be a blog, could be a Github profile. Anything that applies or allows applying rel=me to the links to identify that the account is officially theirs.
Obviously this is an optional feature and people would not be required to do it but for those who want to or experience impersonation it is important.
Describe alternatives you've considered.
N/A
Additional context
I realize that impersonation attacks are relatively rare on Lemmy and that many people don't have multiple accounts either but I do feel that having this or some very similar form of decentralized public verification is still important on Lemmy.
This issue requires that number #6024 be completed in order for it to be done, since it requires being able to put links in the Link field to verify them.