Item8874: Topic System/LoginName references wrong Users list
Priority: Low
Current State: Closed
Released In: 1.0.10
Target Release: patch
Topic System/LoginName references WikiUsers despite the value of $Foswiki::cfg(UsersTopicName), which is presumably what replaces %WIKIUSERSTOPIC%. I replaced mine with
[[Main.%WIKIUSERSTOPIC%][FoswikiUsers]]
which I hope is correct and will not be overwritten by an upgrade.
--
JohnKern - 09 Apr 2010
thanks for the report. i've adjusted it slightly and i've checked this in:
wbniv@wbniv-laptop:~/foswiki/Release01x00/TopicUserMappingContrib$ svn diff
Index: data/System/LoginName.txt
===================================================================
--- data/System/LoginName.txt (revision 7117)
+++ data/System/LoginName.txt (working copy)
@@ -8,7 +8,7 @@
---++ How to Find Yours
-Look in %USERSWEB%.WikiUsers - if your name is followed by a dash and a word, usually lowercase, this is what you log in with.
+Look in [[%USERSWEB%.%WIKIUSERSTOPIC%]] - if your name is followed by a dash and a word, usually lowercase, this is what you log in with.
e.g.
this should survive an upgrade (either because the change you've made can be overwritten with what's now in subversion, or because the release package won't include this file and your version is acceptable for your site, too.)
--
WillNorris - 10 Apr 2010