I'm having an issue when a user doesn't verify within the time period but I want to activate them anyway. When I set the user to Active on the user edit form then they can only login until the next run of cron. Then hook_cron sets the account to Blocked again because email verification is still false. This patch sets email verification to true on user Activate.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | user_verification_activate_2.patch | 815 bytes | trrroy |
Comments
Comment #2
trrroy commentedI just found that patch was missing a new line at the end and didn't apply. This should work better.
Comment #4
skek commented