Ticket #903 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

using duplicate email fails but gives no message on registration

Reported by: _ck_ Assigned to:
Priority: low Milestone: 1.0-beta & XML-RPC
Component: Registration Version: 1.0-beta (trunk)
Severity: minor Keywords:
Cc:

Description

bbPress now prevents me from registering with the same email address as another user in the 1.0 alpha but it just keeps looping back to the same registration page without any error message as to what's happening - a newbie will be completely confused.

Change History

07/23/08 03:03:31 changed by _ck_

Also, password is shown in plain text at top of summary page after registration? Is this just debugging code left in?

07/23/08 13:56:51 changed by sambauers

(In [1599]) Remove dodgy debug code from registration functions. props _ck_, See #903

08/11/08 21:33:01 changed by mdawaffe

[1642] leaks email info. Is that ok?

08/26/08 23:13:45 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

Related: [BP105]

So an error message is now passed back to the user, but that means that we leak information on what emails are already in the system. Is that bad?