The registration process doesn’t validate (bad)email addresses resulting in non_recuperable accounts

  • RuudMA
    link
    71 year ago

    Can you DM me the account name you’re having problems with?

    • @A_AOP
      link
      81 year ago

      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.

        • @A_AOP
          link
          3
          edit-2
          1 year ago

          Please, can someone (lemmyist) with an account on GitHub do this … as I have no knowledge about it 🙏

          Maybe the request for improvement (to be raised on GitHub) could be as such :

          Lemmy account registration should be dropped if not validated after a certain amount of time. Old databases should be revised. To be applied only where an email is required for registration.
          Edit : Better yet : the registration page should not drop until successful registration

          Please be so kind to reply here after you raise it 👍

          • @A_AOP
            link
            11 year ago

            Was already raised here by https://github.com/gaywallet ( they are : @[email protected] ?)

            it will not be resolved.

            reasons from dev. dessalines :

            commented last week •

            When a user applies to our instance and is denied, the user does not receive the denial reason.

            Getting in contact with them is the issue. I suppose we could email them the denial reason, if they provided an email. Open up an issue for that if you would. We already email them an approval notice.

            Also, if they try to login after being denied, they will get a popup red toast / error message with their denial reason.

            The end user cannot apply again if it is rejected, is this intended behavior? It seems they can’t log in either. There’s no communication to the person trying to register

            They can apply again, but with a different username. That’s very much inteneded behavior, because what you’d be asking for is essentially a chatroom / back and forth method of onboarding. This would be a massive amount of work to add to lemmy.

  • @[email protected]
    link
    fedilink
    31 year ago

    What about users who want to intentionally register without an email address? Maybe to give more anonymity to their account?

    • 𝒍𝒆𝒎𝒂𝒏𝒏
      link
      fedilink
      11 year ago

      There are some instances that don’t require emails, albeit mainly privacy-focused ones though with manual account approvals

    • @A_AOP
      link
      0
      edit-2
      1 year ago

      This is not possible in my instance, so I missed that !

      Edit : As Alice just said in this thread : registration without an email, produces no lost accounts.

  • @fubo
    link
    21 year ago

    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.

    • @A_AOP
      link
      2
      edit-2
      1 year ago

      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.