dav1312

Results 140 comments of dav1312

I don't know... when testing locally, my `user01` is not in the idle list and I can block it and change its group

> What is the URI where you are checking the users? I used `/pending` I don't know why but in dev `user01` works but `Vizvezdenec` crashes and neither appear in...

Ok, I think I found the problem The block and group change only work for users that have a known registered date? https://dfts-0.pigazzini.it/user/dv8silencer Does this happen in prod too? (the...

> dropping the info about the unblocking I already tried that and as u could see, it crashed, so I removed it 😅 It happens on prod right now too....

This is what I used to use to prevent the unblocking warning ```py unblock = request.POST.get("blocked") == None if user_data["blocked"] == unblock: user_data["blocked"] = "blocked" in request.POST ... ``` I...

> In this PR code the groups seems to be intended as hierarchical (or zero or one group) and not additive. It was easier for me to code that way....

Do you also want me to change the ACL and remove the approve perm from admins? > A proper solution needs a page to show the user groups, to add...

Can't we use pagination here too?

While having some sort of way of resetting passwords via email would be nice I think that adding the hashing functionality first warning the users about not forgetting their passwords...

> and is thus not displayed Note: This is only the case for users that are not logged in