this post was submitted on 27 Oct 2024
44 points (97.8% liked)

Lemmy

12506 readers
38 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

An idea I just recently had was to add the ability for users to verify accounts on Lemmy using Matrix accounts as an alternative to Email. I think this would be a great idea since it allows for users to have choices in how they sign-up to their accounts. It would also encourage more usage of Matrix accounts for secure messaging between users, a feature which hasn't seen much use among users here.

It would still in most cases be optional and server admins could choose if it's even enabled at all, just like how email verification is right now. Even if it was required I feel like it should be a supplement to email in most cases but servers could choose to make it required instead of email, especially in cases where they don't have a mail server.

The different states of it could be:

  • Matrix or Email Required
  • Matrix required, Email optional
  • Email Required, Matrix optional
  • Email and/or Matrix Optional

Servers could also choose to have the matrix account used for verification be on a server that isn't their own, though this would generally be discouraged and would be specifically for admins who don't have their own infrastructure (like the ones who don't have a mail server).

I made an issue on the Main Lemmy github, feel free to check it out here. Feel free to either share your opinions on this here or on the Github issue.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 6 days ago (1 children)

Nice idea, but probably not critical

If someone links a Matrix account they don't own, the person on Matrix would probably notice it when people start messaging them

[–] [email protected] 1 points 6 days ago (1 children)

The main suggestion isn't simply verification of Matrix accounts but being able to use a Matrix account instead of email to sign-up to servers. Also to be able to use Matrix in addition to Email for account recovery. Would be an alternate method of verifying the account, as well as enforcing usage of Matrix usage if Lemmy admins desire that.

The verification of Matrix account ownership isn't really the primary goal, it's just a nice side effect. It wouldn't be in effect though unless the server had one of the first two options checked, if it's the other two options it wouldn't need to be verified to be added.

[–] [email protected] 2 points 6 days ago

Thanks for clarifying

[–] [email protected] 0 points 1 week ago (1 children)
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

@[email protected] Might be able to, but that might be a bit complex since XMPP has the same syntax as email ([email protected]), the way that Matrix is, it has a different syntax than email (@username:domain.tld) so the sign-up form could detect it differently than email. Which is why the requirement would be "Matrix or Email required", not "Matrix and Email required". Then you could have one single line in the sign-up form and it would still be familiar to most users.