Menu

Making wiki read-only?

Help
Jack Boyce
2008-05-13
2012-10-11
  • Jack Boyce

    Jack Boyce - 2008-05-13

    I have a PhpWiki (latest version) that for various reasons I'd like to make read-only for a while after I launch it. Does anyone have advice on the most direct way to do this? It would be ideal, but not required, for the admin account to still have write access. (It's a new wiki and there are no existing user accounts yet, other than the admin account.)

    Thanks for any help,

    Jack

     
    • Reini Urban

      Reini Urban - 2008-05-13

      ALLOW_ANON_EDIT = false
      ALLOW_BOGO_LOGIN = false
      ALLOW_USER_PASSWORDS = false

      For admin only, I would use ALLOW_USER_PASSWORDS = true
      and use a read-only method, like File with an empty file.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.