minad / olelo

Wiki with git backend
MIT License
241 stars 44 forks source link

user's typo in ACL makes later editing unavailable #65

Closed bver closed 13 years ago

bver commented 13 years ago

If a wrong username is entered into the "Write access" control list, the page is left read-only for everyone after saving attributes. I am perhaps missing something: Is there any superuser's id (implicitly included in ACLs) for solving these issues? Or: It will be solved by user groups. Or the direct access to a repository is needed in this case. Or...?

Thank you for Ōlelo! Pavel

minad commented 13 years ago

You can always create a user with the "wrong" name, edit the git repository manually or edit the user database.

bver commented 13 years ago

ok,or removing the 'page.attributes' file from the repository unlocks the page if an exact "wrong" name is not known. I just wanted to be sure it could not be solved within the application (on user's level). Thanks.