#3153 closed enhancement (fixed)
[patch] Easy option to disable email verification
Reported by: | Noah Kantrowitz | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | user email verifiy |
Cc: | Heikki Toivonen (remove -bugzilla when emailing directly) | 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 16 years ago by
Attachment: | verify_email_option.patch added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Owner: | changed from Matt Good to Pedro Algarvio, aka, s0undt3ch |
---|---|
Status: | new → 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 16 years ago by
Owner: | changed from Pedro Algarvio, aka, s0undt3ch to Matt Good |
---|---|
Status: | assigned → 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 16 years ago by
Cc: | Heikki Toivonen (remove -bugzilla when emailing directly) added; anonymous removed |
---|
comment:5 Changed 16 years ago by
comment:6 Changed 14 years ago by
Keywords: | user email verifiy added |
---|---|
Owner: | changed from Matt Good to Steffen Hoffmann |
Summary: | Easy option to disable email verification → [patch] Easy option to disable email verification |
Nice, certainly a reasonable request, as the admin web UI is already quit sophisticated, and it'll make a nice follow-up on [9277] as well, as you don't need to give access to plugin manager for activation/deactivation of the EmailVerificationModule.
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → 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.