When the following is true:

  • User attempts to create an account
  • Instance has “require registration application” enabled
  • Instance’s email is not working/unavailable

the application seems to get lost, the user never receives an email (even after email functionality is restored), nor can that email/username be used going forward to re-submit the account creation request.

Additionally, since the user never verifies their email, the instance admin never gets a registration application.

It’s not currently an issue for me, however, would it be possible to delete these ghost users? If you lookup the profile/username in the database, you can view it via the web UI, but the only options appear to be either blocking the user or banning them. It might be good to be able to completely delete the accounts, no?

  • Freeman@lemmy.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Makes sense. Thanks for the quick explainer (and especially for the tip in the first place.

    Just getting logs in a format I’m used to out of docker had me on a bit of a tangent.

    • tool@r.rosettast0ned.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      You’re welcome! Docker/Docker Compose are a great tools once your wrap your brain around them and why containers are ephemeral, etc. Docker’s docs could really use improvement though, you never know if what you’re looking for is in the section that’s dedicated to to that feature, or if the only mention of it is buried deep in the 10th sentence of the 20th paragraph on a completely different page that has absolutely nothing to do with what you’re looking for.