#3153 closed enhancement (fixed)
[patch] Easy option to disable email verification
| Reported by: | coderanger | Owned by: | hasienda |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | user email verifiy |
| Cc: | heikki | Trac Release: | 0.11 |
Description
Attached patch adds a simple option to enable or disable email verification, as well as never trying to verify the address of an admin (so they can't get locked out of webadmin).
Entirely untested, but it is late and I am going to bed.
Attachments (1)
Change History (9)
Changed 5 years ago by coderanger
comment:1 Changed 5 years ago by coderanger
comment:2 Changed 5 years ago by s0undt3ch
- Owner changed from mgood to s0undt3ch
- Status changed from new to assigned
This can probably be marked a duplicate of #442 since what you address here is a fix for what's addressed on that ticket.
comment:3 Changed 5 years ago by s0undt3ch
- Owner changed from s0undt3ch to mgood
- Status changed from assigned to new
Dam! It's the 2nd time that when I comment a ticket, I wrongly become the owner of the ticket. Reverting it back.
comment:4 Changed 5 years ago by heikki
- Cc hjtoi-bugzilla@… added
comment:5 Changed 5 years ago by heikki
- Cc heikki added; hjtoi-bugzilla@… removed
comment:6 Changed 3 years ago by hasienda
- Keywords user email verifiy added
- Owner changed from mgood to hasienda
- Summary changed from Easy option to disable email verification to [patch] Easy option to disable email verification
comment:7 Changed 3 years ago by hasienda
- Resolution set to fixed
- Status changed from new to closed
(In [9304]) AccountManagerPlugin: Add easy option to switch email verification from admin UI, closes #3153.
This is a follow-up to changeset [9277] as we introduce an easy way to
enable/disable this feature while keeping the new default behavior
of making email address verification mandatory on activation of
EmailVerificationModule.
I've taken the chance for some cosmetic changes as well, especially to
remove radio buttons and use checkboxes consistently for all options.


also I set the default to be to not verify addresses, as this is the current behavior of acct_mgr.