]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
respond
authorsmcv <smcv@web>
Fri, 6 May 2016 19:29:51 +0000 (15:29 -0400)
committeradmin <admin@branchable.com>
Fri, 6 May 2016 19:29:51 +0000 (15:29 -0400)
doc/bugs/Anon_edit_caused_lock_out_on_entire_site_.mdwn

index a669413892d61a427446306d928b59ae5b641646..f4f2f26851521616e19d377c08c85f9d7689f31f 100644 (file)
@@ -26,6 +26,10 @@ The `moderatedcomments` plugins is **not** enabled
 
 The `anonok` plugin is **not** enabled
 
+> What are your complete `add_plugins` and `disable_plugins` options?
+> Which version of ikiwiki are you running? Are you using any third-party
+> plugins or patches? --[[smcv]]
+
 ---
 
 ## Steps
@@ -57,3 +61,12 @@ For [this particular installation](https://dev.iikb.xyz), that's not the case.
 ## Question
 
 Is there a session file or something to logout this phantom user?
+
+> See [[tips/inside_dot_ikiwiki]]. `.ikiwiki/userdb` is a Perl Storable file;
+> there are instructions for inspecting it on that page. `.ikiwiki/sessions.db`
+> is most likely a Berkeley DB file.
+>
+> I would be interested to see the contents of these two files and the complete
+> `.setup` file. I would also be interested to see a tarball of the entire
+> wiki source directory, if it isn't excessively large. If you'd be willing to
+> share them, please contact <mailto:smcv@debian.org>. --[[smcv]]