Ticket #303 (new defect)

Opened 8 months ago

invite: incorrect check for existing user mail

Reported by: renato Assigned to: renato
Priority: normal Milestone: 0.9.2
Component: core Version: 0.9.0
Severity: minor Keywords:
Cc: renato,ewout,diego Patch Included: 1
Review Stage: readyforcheckin

Description

If you try to invite someone using an e-mail that has more then one entry (this is possible because admin adding bypasses this, and users can change their e-mail), get_record returns false (and give warnings) as if no entry was found, which results in the invitation being accepted.

This is done correctly using count_records instead.

Attachments

invite_check_existing_mail.diff (0.8 kB) - added by renato on 02/04/08 23:31:47.

Change History

02/04/08 23:31:47 changed by renato

  • attachment invite_check_existing_mail.diff added.