Ticket #499 (closed Bug: fixed)

Opened 5 months ago

Last modified 1 month ago

auth_demo module doesn't validate email properly, doesn't log in after registration

Reported by: Stalwart Assigned to: Shadowhand
Priority: trivial Milestone: 2.2
Component: Modules:Auth Version: SVN HEAD
Keywords: email, login Cc:
SVN Revision (if applicable):

Description

Controller doesn't validate email - format can be wrong - dupes aren't checked causing crash on form submit Also, it's weird user isn't logged in after successfull registration

Fixed both bugs, attaching patches

Attachments

swt_auth_demo_model.patch (0.6 kB) - added by Stalwart on 03/18/08 09:33:36.
model patch
swt_auth_demo_controller.patch (1.3 kB) - added by Stalwart on 03/18/08 09:34:05.
controller patch

Change History

03/18/08 09:33:36 changed by Stalwart

  • attachment swt_auth_demo_model.patch added.

model patch

03/18/08 09:34:05 changed by Stalwart

  • attachment swt_auth_demo_controller.patch added.

controller patch

04/11/08 17:34:50 changed by Shadowhand

  • priority changed from minor to trivial.

07/22/08 00:11:31 changed by Shadowhand

  • status changed from new to assigned.
  • owner changed from - No owner - to Shadowhand.

07/22/08 00:17:13 changed by Shadowhand

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

Fixed in r3183.