Unable to register new user
Up one level Back to forum
Unable to register new user
I get this error when I try to register new user.
Plone 2.5.3 / zope 2.10.3
I manually fixed PlonePAS as instructed. It throws KeyError: 'tokens' when not fixed at same place.
Traceback (innermost last):
Module ZPublisher.Publish, line 115, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 41, in call_object
Module Products.CMFFormController.FSControllerPageTemplate, line 90, in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line 28, in _call
Module Products.CMFFormController.ControllerBase, line 245, in getNext
- __traceback_info__: ['id = join_form', 'status = success', 'button=Register', 'errors={}', 'context=<PloneSite at plone>', 'kwargs={}', 'next_action=None', '']
Module Products.CMFFormController.Actions.TraverseTo, line 38, in __call__
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 41, in call_object
Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__
Module Products.CMFFormController.Script, line 145, in __call__
Module Products.CMFCore.FSPythonScript, line 108, in __call__
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 164, in _exec
Module None, line 20, in register
- <FSControllerPythonScript at /plone/register>
- Line 20
Module <string>, line 10, in _facade
Module AccessControl.requestmethod, line 63, in _curried
Module Products.CMFCore.RegistrationTool, line 159, in addMember
Module Products.PlonePAS.tools.membership, line 74, in addMember
Module Products.PlonePAS.tools.memberdata, line 168, in setMemberProperties
Module Products.PlonePAS.sheet, line 100, in setProperty
Module Products.PlonePAS.plugins.property, line 175, in setPropertiesForUser
ValueError: Invalid value: PloneSVNaccessVersioning does not conform to tokens
Re: Unable to register new user
> ValueError: Invalid value: PloneSVNaccessVersioning does not conform to tokens
I´ve tested the fix yesterday and got this error too. I´ll find a solution asap.
(If you remove PSA you will have to remove PloneSVNaccessVersioning within portal_memberdata (ZMI) - Properties)
cqix
Re: Unable to register new user
ATM I'm using this workaround:
PropertySchema.addType('tokens', lambda x: True)
User registration was solved by this.
One error which I thought was also caused by this still remains. I cannot access plonesvnaccess items as non-root user, even if I own them. I get 'Insufficient Privileges'
Re: Re: Unable to register new user
Thank you for the info.
I´ll check the rights problem.
Re: Re: Unable to register new user
The big fixed release: http://www.iecw.biz/projekte/PloneSVNaccess/release.2007-06-16.0614159153