Question
After creating a new user, I receive the verification email with the username.verifcation code. If I click the link in the email or if I cut and paste the username.verificationcode to the verify form, I get the same error: Page Cannot be Found. Then I receive a second email : Thank you for registering in the TWiki collaboration platform. Please save this e-mail for future reference...... But when I try to login, it fails to authenticate. Any suggestions? Thanks.
Environment
--
EdwardWJSmith - 07 Aug 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Did you change any of the defaults, such as the default web home topic name? Can you attach a copy of your
LocalSite.cfg here (after obfuscating any URL paths, of course)?
--
CrawfordCurrie - 08 Aug 2006
Here is the
LocalSite.cfg file. Note that the name of the server on
which this is running is angmar. I haven't modified anything else.
Thx
# This file has been generated by UpgradeTwiki, taking
# non-default values from /home/httpd/twiki/bin/../lib/TWiki.cfg
# This is LocalSite.cfg. It contains all the setups for your local
# TWiki site.
$cfg{DefaultUrlHost} = "http://angmar";
$cfg{PasswordManager} = 'none';
$cfg{RCS}{EgrepCmd} = "/usr/bin/egrep";
$cfg{RCS}{FgrepCmd} = "/usr/bin/fgrep";
$cfg{RCS}{ciCmd} = "/usr/bin/ci -q -l -m'%COMMENT%' -t-none -w'%USERNAME%' %FILENAME%";
$cfg{RCS}{unlockCmd} = "/usr/bin/rcs -q -u %FILENAME%"; # /usr/bin/rcs -q -u -M %FILENAME%
$cfg{RCS}{ciDateCmd} = "/usr/bin/ci -l -q -mnone -t-none -d'%DATE%' -w'%USERNAME%' %FILENAME%";
--
EdwardWJSmith - 08 Aug 2006