Tags:
create new tag
view all tags

SID-01879: Error registering user

Status: Answered 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

      Change status to:
ALERT! 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.
SupportForm
Status Answered
Title Error registering user
SupportCategory CategoryRegistration
TWiki version 6.0.0
Server OS Linux 2.6.32-220.el6.x86_64 (x86_64-linux-thread-multi)
Web server Apache 2.2.26
Perl version 5.010001 (linux)
Browser & version

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r7 - 2014-03-07 - JigPatel
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.