Results 382 comments of Nutomic

Undetermined should be the default, we cant expect users to set the language manually all the time. However I suppose it would be fine to remove it as a dropdown...

FYI the backend already chooses a default language when possible. Namely if no language is specified, and the overlap of community languages and user languages only contains a single item...

No, its selected after you submit the post, before its written to the database and federated.

This is a fundamental change which will affect lots of users. It would be better to discuss this more in an issue or directly on Lemmy before implementing any specific...

Passwords need to have a maximum length, otherwise an attacker can send passwords with 10k chars and overload the server with hashing. However too long passwords should probably throw an...

There is absolutely no security benefit to having passwords longer than 60 chars. Still there should be proper error handling.

If you have a lowercase alphanumeric password with 60 characters, there are 36 possible characters and 36^60 total possible passwords. TAssuming every single variant takes an attacker 0.001 seconds to...

This would only work for communities which are already known by your local instance. It cant get new communities unless someone fetches them manually first. I suggest you read the...

Seems like this is mostly a frontend issue then.

Admins should also be able to restore communities. Seems like this is mainly a frontend problem because there is no error message shown.