-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
piravate_wiki plugin isn't clear enough #73
Comments
You are right about that. But there is the configuration authentication.enable_signup which you can use to prevent this. I keep this open for now. I might rewrite some parts of the authentication system in the future because it is not flexible enough (Single-sign on, OpenID, things like that). |
What is needed to enable sign up with private_wiki ? Any hints to do that quickly would be appreciated. |
This seemed to help: diff --git a/plugins/security/private_wiki.rb b/plugins/security/private_wiki.rb class ::Olelo::Application
redefine_method :include_page do |path| |
Well in this case anyone can access the wiki (by signing up). Olelo has plugabble auth backends. So in principle you could connect it to something else (LDAP, etc) |
Am Freitag, 31. Mai 2013, 00:54:42 schrieb Daniel Mendler:
Yeah, I noticed that. I need it only for a defined small group of 7 people. Perhaps an acl on /signup would help LDAP seems to be an overkill for my needs. Roland Hautz www.hautz.de/Roland_Hautz_OpenPGP.asc : |
Currently you can only define acls on pages. |
In your case you could just create the user yaml file statically. |
On a slightly different topic: I deployed it to heroku and since there one can see only stdout/stderr output, Am Freitag, 31. Mai 2013, 00:54:42 schrieb Daniel Mendler:
|
Am Freitag, 31. Mai 2013, 01:08:16 schrieb Daniel Mendler:
Roland Hautz www.hautz.de/Roland_Hautz_OpenPGP.asc : |
When the plugin pirvate_wiki is enabled, the sign up tab is shown but is impossible to sign up.
While this should be one of the following behaviors:
The text was updated successfully, but these errors were encountered: