minad / olelo

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

Allow edits/creation only if logged in? #31

Closed NathanNeff closed 13 years ago

NathanNeff commented 14 years ago

I've set up security to point to a yml file.

I would like to configure olelo to only allow creating/editing pages if a user is logged in.

Is there a way to do this in Olelo?

If there's a better place to ask these questions, please point me to a forum, mailing list, etc. Thanks, --Nate

marvin2k commented 14 years ago

go to config/config.yml and uncomment the following moduls according to your needs:

disabled_plugins:

NathanNeff commented 14 years ago

Thanks. I enabled the security/readonly_wiki plugin.

the /login page still shows the "register" form, and allows you to submit, but it doesn't create/register a user. This will suffice.

minad commented 13 years ago

hide signup-tab: aded6ee7f5130899b35145240aebeec0c9f1e706

NathanNeff commented 13 years ago

Thanks! I will upgrade soon. Cool stuff.