You are here: Foswiki>Tasks Web>Item2402 (25 Nov 2009, SvenDowideit)Edit Attach

Item2402: bulk reset password is not broken in the rel branch

pencil
Priority: Low
Current State: No Action Required
Released In:
Target Release: n/a
Applies To: Engine
Component:
Branches:
Reported By: SvenDowideit
Waiting For:
Last Change By: SvenDowideit
I'll get to testing and fixing it asap for 1.0.8

-- SvenDowideit - 23 Nov 2009

mmm, so during the code extraction in trunk, a call to $query->param(LoginNames) was replaced with $query->param(LoginNames)||() which made param return a scalar (due to wantarray and the OR being a scalar), which then made us lose the list frown, sad smile

er, weird. as far as the admin is concerned, the oops output says the passwords were all reset

 A new system-generated password for your login name SvenDowideit? (WikiName SvenDowideit) has been sent to your registered e-mail address. If your e-mail address is no longer valid, please contact sven@home.org.au

A new system-generated password for your login name TestUser? (WikiName TestUser) has been sent to your registered e-mail address. If your e-mail address is no longer valid, please contact sven@home.org.au

A new system-generated password for your login name TestUser1? (WikiName TestUser1) has been sent to your registered e-mail address. If your e-mail address is no longer valid, please contact sven@home.org.au

Users with automatically generated passwords should proceed immediately to change password to change their password to something memorable. 

however, I have only received one email - the first user.

the .htpasswd file looks like all the pwd's have changed, so there might well be a problem with the sending of emails.

-- SvenDowideit - 24 Nov 2009

yup, confirmed - the code works, there was something odd about the email addresses i used for testing

-- SvenDowideit - 25 Nov 2009

ItemTemplate edit

Summary bulk reset password is not broken in the rel branch
ReportedBy SvenDowideit
Codebase 1.0.7
SVN Range SVN 5599: Foswiki-1.1.0-dev, Thu, 29 Oct 2009, build 5392
AppliesTo Engine
Component
Priority Low
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn
Topic revision: r3 - 25 Nov 2009, SvenDowideit
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