nitnelave

Results 287 comments of nitnelave

Yeah, I'm not sure how they want to handle it when you return a result and something else. It's not well defined in Lua either, what is the interface when...

AFAIU you _can't_ write `(Result, F)` in mlua (and convert it to a value): you'd have to make a custom type with a custom conversion operator, and a custom `ToTypename`....

Checking in on old PRs, what's the status here?

That sounds more like an issue with lettre, the email library we're using. Although out of curiosity, why use starttls when TLS works? It's simply superior.

It should be solved by #832 (when that's ready)

It should be saved (you don't see the old one, do you?) but it's not fetched properly by the frontend.

The next stable one :) It's not fixed yet On Mon, 22 Jul 2024, 17:34 star liu, ***@***.***> wrote: > attributes still empty via webui with 2024-07-20 , which version...

From the logs, it seems you're trying to modify the password of an admin account. Only admins can modify the password of admins, otherwise you would get a privilege escalation...

From the web UI, with that role you should be able to see all users (i.e. all the a read-only account can do), change your own details (that's the case...

Oh, it might be a frontend outdated check that only checks if the user is admin or not. More generally, we don't really check the different permission levels and what...