SID-01879: Error registering user
| Status: |
Answered |
TWiki version: |
6.0.0 |
Perl version: |
5.010001 (linux) |
| Category: |
CategoryRegistration |
Server OS: |
Linux 2.6.32-220.el6.x86_64 (x86_64-linux-thread-multi) |
Last update: |
11 years ago |
Error registering user
JigPatel2
There has been a problem adding your user id to the Password system.
Please contact
jpatel@agileinfowaysPLEASENOSPAM.com.
You have not been registered.
--
jig patel - 2014-03-01
Discussion and Answer
What kind of password manager do you use? If default
TWiki::Users::HtPasswdUser, check the ownership of
twiki/data/.htpasswd, it needs to be owned by the webserver user.
--
Peter Thoeny - 2014-03-01
Hi Peter Thoeny,
I am use
TWiki::Users::HtPasswdUser password manager and it also available in
twiki/data/.htpasswd directory and script of .htpasswd file is bellow.
#!/usr/bin/perl
require 'setlib.cfg';
print "Content-type: text/html\n\n";
open(F, ">", $TWiki::cfg{Htpasswd}{FileName}) || die "$TWiki::cfg{Htpasswd}{FileName}: $!";
# Next three lines are optional; you can paste in the contents of your existing .htpasswd in place of
guest:: if you want
print F <<'EOF';
guest::
EOF
close(F);
print "Created .htpasswd\n";
so, please help me what is problem in user registration.
--
jig patel - 2014-03-03
I have no idea what that script is and why you are using it. Did you follow the
TWikiInstallationGuide?
--
Peter Thoeny - 2014-03-04
I have remove
twiki/data/.htpasswd file and reconfigure twiki it is working fine thank you for help.
--
jig patel - 2014-03-05
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.