Question
In order to skip registration, I have created a .asp along with the FSO that creates the users topic and adds their name to the twiki users page. however when those people login they are still seen as main.domain/user instead of main.TwikiName. The IIS box is in a domain with all the users. so when you go to registration you are never prompted to put a password in. I cant find anywhere else where userdetails are kept.
Thanks in advance for any help
Environment
--
IanThompson - 14 Mar 2005
Answer
Hey Ian,
Take a look at your TWiki.TWikiUsers - and search for
Google:NTLM+TWiki
--
MartinCleaver - 14 Mar 2005
Thanks for your quick response Martin. I can't find a file called twiki.twikiusers only a Twikiusers.txt ? I googled and it says when you are on a domain you shouldnt need to login as your domain/user are carried across which is true. however i want people to be recognised by their wikiname and not main.domain/user ? where is the twiki.twikiusers file supposed to live ?
Thanks again
Ian
--
IanThompson - 15 Mar 2005
data/TWiki/TWikiUsers.txt
The format is quite specific, and make sure
$doMapUserToWikiName (or whatever it's called) is set in
TWiki.cfg
--
CrawfordCurrie - 23 Mar 2005