browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

Follow up to Issue # 732 #733

Closed thejrose1984 closed 10 years ago

thejrose1984 commented 10 years ago

Quoting peakpg (Issue # 732)

The core behavior of BrowserCMS allows you to mark sections which should be restricted, by group (i.e. Members, customers, etc). See https://github.com/browsermedia/browsercms/wiki/User's-manual

You can also mix this behavior into your Rails application, though it requires some custom coding to do so: See https://github.com/browsermedia/browsercms/wiki/Adding-BrowserCMS-to-an-existing-Rails-project for some additional info.

If I'm understanding the wiki correctly, you need to create a group and affiliated user with access to the restricted area. However, in order to see the restricted area, the user either needs to login to BrowserCMS or custom code needs to be added. Correct?

peakpg commented 10 years ago

Correct.