Opened 3 years ago
Closed 3 years ago
#2546 closed Defect (fixed)
User Validation logs in the user after registration, even if not validated
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | critical | Keywords: | |
| Cc: | brettp | Difficulty: | moderate |
Description
This was what the hook changed in [svn:7039] was preventing.
Change History (2)
comment:1 Changed 3 years ago by brettp
- Priority changed from high to critical
comment:2 Changed 3 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed - the login throws an exception because the user is not enabled and this is caught. User sees a message about the validation email.