Somehow I managed to screw up the password to a web. I thought I had changed the password, but neither the new or old passwords now work. How can I find out what the password is? -------------- next part -------------- A non-text attachment was scrubbed... Name: curtis.vcf Type: text/x-vcard Size: 123 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20050818/cff17805/curtis.vcf
Hi Curtis, On 8/19/05, Curtis Cooley <curtis@radsoft.com> wrote:> Somehow I managed to screw up the password to a web. I thought I had > changed the password, but neither the new or old passwords now work. > > How can I find out what the password is?You can try Alexey''s script for poking in the snapshot files (http://svn.instiki.org/instiki/trunk/script/debug_storage - look at the list archives). It should be included in the latest instiki. Bascially open a command line at the instiki directory, run irb and run: load ''script/debug_storage'' Depending on which password you''re after it''s either in: $wiki.system or in $wiki.webs for each web, e.g.: $wiki.webs["wiki"].password HTH, Assaph
Assaph Mehr wrote:>Hi Curtis, > >On 8/19/05, Curtis Cooley <curtis@radsoft.com> wrote: > > >>Somehow I managed to screw up the password to a web. I thought I had >>changed the password, but neither the new or old passwords now work. >> >>How can I find out what the password is? >> >> > >You can try Alexey''s script for poking in the snapshot files >(http://svn.instiki.org/instiki/trunk/script/debug_storage - look at >the list archives). It should be included in the latest instiki. > >Bascially open a command line at the instiki directory, run irb and run: > load ''script/debug_storage'' >Depending on which password you''re after it''s either in: > $wiki.system >or in $wiki.webs for each web, e.g.: > $wiki.webs["wiki"].password > >HTH, >Assaph > > > >Thank you, Assaph, that worked like a charm. -------------- next part -------------- A non-text attachment was scrubbed... Name: curtis.vcf Type: text/x-vcard Size: 123 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20050818/e6b42260/curtis.vcf