Hi, I've been scouring all the documentation for CKEditor, but cannot find the answer to this basic question: how can I restrict the ability to edit my webpages with CKEditor to only certain people? That is, what's to stop someone from visiting my webpage where I place an inline CKEditor and making changes?
Thanks! Can't wait to start using CKEditor!
Can someone give me just a
Can someone give me just a quick reply of where to look to add this functionality? Thanks!
A workaround?
There is one way to do it - perhaps not the most secure:
Use another URL for "public" access - replacing all the "contenteditable" with "whateverworks" or another way of removing the possibility to edit.
On our site we have
On our site we have permission code built into the system so we can make sections of pages only visible/editable for people who are logged in with the proper credentials.
Your own custom environment for your users.
The environment in which holds CKeditor (which is simply a very nice tool) is up to you. In other words, it is up to you on how you allow your customers access to certain features on your site. The same holds true as to how you save the data which is posted from CKeditor.