Tags:
create new tag
view all tags

SID-00202: Problem Adding UserId to password System

Status: Answered Answered TWiki version: 4.2.4 Perl version: v.5.10
Category: CategoryAuthentication Server OS: Redhat Linux 9.0 Last update: 15 years ago

Hi,

I managed to get Twiki up and running onto my server Did the intial config alright, now i am having problems registering users. I get this error when registering users :

There has been a problem adding your user id to the Password system.

This seems kinda ambigious to me as it does not specifically tell me whats exactly is wrong with the password system.

Any ideas on how to get this fixed? Or are there any logs i could see to check out whats wrong? Check the webserver error_logs, no indication of anything wrong.

Thanks in advance!

-- JackLim - 19 Mar 2009

Discussion and Answer

Update: Now it is not able to register new users, it says that the admin (me) has disabled new user registration.

How is that possible when i check within the config page and Localsite.cfg is $TWiki::cfg{Register}{EnableNewUserRegistration} = 1; ?

What am i doing wrong?

Help Really need. Thanks

-- JackLim - 19 Mar 2009

Check SettingFileAccessRightsLinuxUnix. Also check in configure that {UserMappingManager} is in TWikiUserMapping. Logs and warns are in .../twiki/data

-- EnriqueCadalso - 19 Mar 2009

Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the TWiki consultants if you need timely help. We invite you to get involved with the community, it is more likely you get community support if you support the open source project!

-- PeterThoeny - 2009-05-02

if you are using path like below (across your configuration i.e space removed in the path) C:/Progra~2/Apache~1/Apache2.2/ in configuration then

then remove "~" from the namefilter ([\s\*?^\$@%`"'&;|<>\[\]\x00-\x1f]) using twiki configure

OR

(
remove the above mention character from LocalSite.cfg
$TWiki::cfg{NameFilter} = '[\\s\\*?^\\$@%`"\'&;|<>\\[\\]\\x00-\\x1f]';
)

-- MuraliMittagunta - 2010-09-15

Thanks Murali for helping out the community!

-- PeterThoeny - 2010-09-15

      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 Problem Adding UserId to password System
SupportCategory CategoryAuthentication
TWiki version 4.2.4
Server OS Redhat Linux 9.0
Web server Apache 2.2
Perl version v.5.10
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2010-09-15 - PeterThoeny
 
  • 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.