Mercurial > p > roundup > code
comparison roundup/configuration.py @ 3469:d3b02352484f
enable registration confirmation by web only [SF#1381675]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Jan 2006 03:56:36 +0000 |
| parents | be505af06586 |
| children | 5cd1c83dea50 |
comparison
equal
deleted
inserted
replaced
| 3468:6f3b30925975 | 3469:d3b02352484f |
|---|---|
| 1 # Roundup Issue Tracker configuration support | 1 # Roundup Issue Tracker configuration support |
| 2 # | 2 # |
| 3 # $Id: configuration.py,v 1.30 2006-01-09 09:11:43 a1s Exp $ | 3 # $Id: configuration.py,v 1.31 2006-01-13 03:56:35 richard Exp $ |
| 4 # | 4 # |
| 5 __docformat__ = "restructuredtext" | 5 __docformat__ = "restructuredtext" |
| 6 | 6 |
| 7 import getopt | 7 import getopt |
| 8 import imp | 8 import imp |
| 446 "in their settings.", | 446 "in their settings.", |
| 447 ["DEFAULT_TIMEZONE"]), | 447 ["DEFAULT_TIMEZONE"]), |
| 448 (BooleanOption, "instant_registration", "no", | 448 (BooleanOption, "instant_registration", "no", |
| 449 "Register new users instantly, or require confirmation via\n" | 449 "Register new users instantly, or require confirmation via\n" |
| 450 "email?"), | 450 "email?"), |
| 451 (BooleanOption, "email_registration_confirmation", "yes", | |
| 452 "Offer registration confirmation by email or only through the web?"), | |
| 451 )), | 453 )), |
| 452 ("tracker", ( | 454 ("tracker", ( |
| 453 (Option, "name", "Roundup issue tracker", | 455 (Option, "name", "Roundup issue tracker", |
| 454 "A descriptive name for your roundup instance."), | 456 "A descriptive name for your roundup instance."), |
| 455 (Option, "web", NODEFAULT, | 457 (Option, "web", NODEFAULT, |
