I've got an issue. After installing 0.9.9 I can't change user group permissions in the user group management (allowing users to create their tokens, reset them). Is it possible to solve this somehow? I didn't find any posts regarding this problem, so I assume I might have done something wrong, but I don't know what might have caused it
Hope someone can help me.
Update:
I found that the issue is caused with the fact that neots_perms are always writing value 0 into the database, no matter what is selected.
Update:
Found the issue. The name of the variables in the edit file were different from save, so the code was saving empty variables. Also added a bit of code that was saving tokenlimit (since it wasn't there as well).