this post was submitted on 02 Jul 2023
19 points (100.0% liked)

Beehaw Support

2794 readers
1 users here now

Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.

A brief FAQ for lurkers and new users can be found here.

Our September 2024 financial update is here.

For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.


if you can see this, it's up  

founded 2 years ago
MODERATORS
 

Hi Beeple, here's a list of current bugs after our upgrade.

  • There are issues trying to login or log out. To fix this, please clear all your cookies and site data for Beehaw.
  • Image uploads don't seem to work

Feel free to comment here if you have any new bugs.

It is currently late and so, we are trying to sleep. Thank you for your understanding.

you are viewing a single comment's thread
view the rest of the comments
[–] b9chomps@beehaw.org 5 points 1 year ago (2 children)

Not a bug, more of a PSA.

When you setup 2FA, there is no mandatory verification step in Lemmy 0.18 for now. That means you can log out without setting up 2FA in your app or software correctly. Be careful or you might lock yourself out of your account permanently.

[–] argv_minus_one@beehaw.org 1 points 1 year ago

Stuff like that is why I avoid 2FA wherever possible. It doesn't significantly improve my security because I always use unique random passwords, and it does create the risk I'll be locked out of my account.

[–] derelict@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

Having worked on programming auth stuff before, that is absolutely a bug. It may stem from a mistake in planning rather than one in implementation, but that is unambiguously the wrong behavior.