[pmwiki-users] URGENT: Global Password Reset

Peter Reuterås reuteras at gmail.com
Mon Aug 1 10:00:10 CDT 2005


On 8/1/05, Ryan D'Baisse <ryan.dbaisse at gmail.com> wrote:
> Thanks for the reply.  Is there any way to determine which pages and groups
> have passwords set for them currently?
> 
> -- Ryan

I did a quick test on my own site and a password protected file have
one or more of the following in them (password string removed)

passwdattr=$1...
passwdedit=$1...
passwdread=$1...
passwdupload=$1...

So you can do a quick

  egrep "passwd(attr|edit|read|upload)=" wiki.d/*

to find the files (if you have access to the filesystem and are on
*nix machine).

/Peter




More information about the pmwiki-users mailing list