(2016-03-30, 19:09:22)johnstray2001 Wrote: The problems with UserManagement is known, but there is nothing that can be done about it. The problem has to do with the order in which your plugins load (they load alphabetically). For it to work, user management needs to load before the blog, currently it does not (G is before U). There is a work around for this: Disable the users plugin, rename user-management.php to a-user-management.php. Enable the plugin again. Everything should work as expected now.
i just tried your workaround.
user 1 (the admin with no restricted rights) can create and edit posts, user 2 (created secondly, no restricted rights) still cannot create nor edit posts. what can i do to correct this bug?
i use getsimple 3.3.8 with getsimple blog 3.4.1
--update--
trying to solve the user permissions problem i realized that in the user management where you check and uncheck the permissions, my settings were not saved when hitting the save button. so i opend the xml-file of the affected user in data/users/ and edited the permissions manually. now user 2 can also edit and create blog posts. :-)