#2573 closed Defect (fixed)
User validation by email causes problems for users registered/created with it off
| Reported by: | cash | Owned by: | cash |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.8.0 |
| Component: | User Validation by Email | Version: | Github Master |
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: | moderate |
Description
Problem description:
- users sign up with user validation by email off
- user validation by email turned on
- users cannot log in because they are unvalidated
The same is true for users created by the admin.
Option 1: fundamental change so that only unvalidated users get metadata to say they are unvalidated
Option 2: The other option is to set the validation status to true in the core and then have the user validation by email plugin change it to false.
Change History (4)
comment:1 Changed 3 years ago by cash
comment:2 Changed 3 years ago by cash
- Difficulty set to moderate
- Owner set to cash
- Status changed from new to assigned
comment:3 Changed 3 years ago by cash
- Resolution set to fixed
- Status changed from assigned to closed
(In [svn:7326]) Fixes #2573 upgrade script for new user validation approach
comment:4 Changed 3 years ago by cash
(In [svn:7327]) Refs #2573 updates the uservalidationbyemail plugin to work with new validation metadata approach
Note: See
TracTickets for help on using
tickets.

(In [svn:7320]) Refs #2573 fixes validation issue for users registered with validation turned off. Still need to write an upgrade script since validation status wasn't set on unvalidated users before this