You are here: Foswiki>Tasks Web>Item2253 (14 Oct 2009, PaulHarvey)Edit Attach

Item2253: BulkResetPassword not compatible with TWiki user topics

pencil
Priority: Normal
Current State: Closed
Released In:
Target Release: n/a
Applies To: Engine
Component:
Branches:
Reported By: PaulHarvey
Waiting For:
Last Change By: PaulHarvey
BulkResetPassword has a query that looks like:

"form.name ~ '*.UserForm'" web="%USERSWEB%"

This doesn't match TWiki 4.x (in my case 4.2 -> 4.3 -> 4.3.1 -> Foswiki 1.0.6) user topics which contain only

%META:FORM{name="UserForm"}%

Need to change the query to:

"form.name ~ '*.UserForm' OR form.name = 'UserForm'"

Thought: are there any other queries that need fixing?

See IRC conversation for more.

Later: UserList* topics just have ~ '*UserForm' instead. Updated BulkResetPassword query to match UserList* topics.

-- PaulHarvey - 14 Oct 2009

ItemTemplate edit

Summary BulkResetPassword not compatible with TWiki user topics
ReportedBy PaulHarvey
Codebase 1.0.7, 1.0.6, trunk
SVN Range Foswiki-1.0.7, Sun, 20 Sep 2009, build 5061
AppliesTo Engine
Component
Priority Normal
CurrentState Closed
WaitingFor
Checkins distro:55979258b771 distro:adab689ca81d
TargetRelease n/a
ReleasedIn
Topic revision: r3 - 14 Oct 2009, PaulHarvey
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy