Can you DM me the account name you're having problems with?
Lemmy.World Announcements
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations ๐
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
My concern is more with the involuntary trashing of the namespace : an account registration should be dropped if not validated after a certain amount of time.
Yes that's a good idea, could you raise it as enhancement request here: https://github.com/LemmyNet
Please, can someone (lemmyist) with an account on GitHub do this ... as I have no knowledge about it ๐
What about users who want to intentionally register without an email address? Maybe to give more anonymity to their account?
There are some instances that don't require emails, albeit mainly privacy-focused ones though with manual account approvals
They are not going to die that.
@A_A Thanks for letting me know about the issue. I ran into the same issue with my gmail, but it worked with every other email I had, so thought it was just a one off.
I will look more into it. See if switching to a different email provider fixes the issue.
You'll want to get in contact with your instance admin to get that untangled
I did contact him inside this post, now I realize it's a problem for each and every instances !
Edit : in fact, only the instances that requires email for registration.
There really isn't a reliable way to "validate" email addresses other than to try sending email to them.
An email address has two parts, separated by the @ sign: the "local part" and the domain. The domain has to follow the rules of DNS, but there are astonishingly few hard rules for the local part.
A validator can check that the domain resolves โ that there's an A
or MX
record for it in DNS โ but it can't do much about the part before the @ sign.
Whether the local part is correct or not depends on the actual behavior of the mail server for the domain; which means that, without actually trying to send email to it, it can't really be tested.