General Actions:
| Question | How do I enforce page locks, preventing users from overriding them? |
| Answer |
By default, when a user starts editing a document, he will put a lock on that document, notifying other users that somebody already is editing the page. This is called pessimistic edit locking, in technical terms. This lock is valid by default for 30 minutes, after which it gets invalidated. Normally, other users can override this lock, forcing the edit action.
In order to disable this override, you must
|