Bug: Create new User cause corrupt content of Topic TWikiUsers
When You create new Users the Topic
TWikiUsers text will corrupt with message "No permission to read topic ecc. ecc.".
Probably it depend on permissions set in the archive ...
Test case
Create new User with TWiki.
Environment
--
GuidoBrugnara - 01 Jul 2005
Impact and Available Solutions
Follow up
Fix record
I have fix the problem in lib/TWiki/User.pm with disable read permission check:
# diff ../lib/TWiki/User.pm ../lib/TWiki/User.pm~
236c236
< my( $meta, $text ) = &TWiki::Store::readTopic( $TWiki::mainWebname, $topicName, 1);
---
> my( $meta, $text ) = &TWiki::Store::readTopic( $TWiki::mainWebname, $topicName);
Discussion