Ticket #356 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

$p checks 'password' - mod/invite/lib/invite_actions.php

Reported by: joerosa Assigned to: nobody
Priority: normal Milestone: 0.9.2
Component: core Version: 0.9.1
Severity: normal Keywords:
Cc: Patch Included: 0
Review Stage: readyforcheckin

Description

invite_actions.php does a small check if invitee uses 'password' as password, but there is an error on the variable name '$p' - needs to be '$password' diff attached

Attachments

invite_password.diff (0.9 kB) - added by joerosa on 05/16/08 18:15:51.
$p to $password

Change History

05/16/08 18:15:51 changed by joerosa

  • attachment invite_password.diff added.

$p to $password

05/19/08 08:38:21 changed by misja

  • status changed from new to closed.
  • review_stage changed from unreviewed to readyforcheckin.
  • resolution set to fixed.
  • milestone changed from 0.9.1 to 0.9.2.

Patch attachment:ticket:356:invite_password.diff applied in r1592, thanks joerosa