Edgewall Software

Changes between Initial Version and Version 1 of TracDev/Proposals/EmailValidation


Ignore:
Timestamp:
Dec 6, 2010, 8:35:46 PM (13 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/EmailValidation

    v1 v1  
     1
     2= Email Validation =
     3
     4This proposal is about adding an email validation facility to Trac.
     5
     6
     7== The Context ==
     8User enters a new or changes an existing email address in the general preferences tab. Under both circumstances, a verification email must be sent to the
     9user containing a link that will validate the email address to the system, so that the change will come into effect.
     10
     11But the general preferences tab is not the only place where user's might enter an email address. Similar input fields exist in the ticket system where
     12one can add email addresses for ticket change notification. Other such notifications might exist, given the wide range of plugins making use of the
     13notification subsystem.
     14
     15== Requirements ==
     16 ''WIP''
     17
     18=== i18n requirements ===
     19
     20The notification email clearly needs to be localized/translated.
     21
     22== Consider Email Validation and Other Related Tickets ==
     23
     24 * #8637
     25 * #9900
     26
     27=== Discussion ===
     28
     29While the proposal in #9900 can only be used for a quick validation of the user's input, it must also be extended to accommodate situations where
     30one has defined a default domain in trac.ini for sending the email messages to. In addition, the user must be send an email for verifying that it
     31is both a valid email address and also owned by the user entering it.
     32
     33----
     34See also: TracNotification, TracDev/Proposals, [wiki:TracDev/NotificationApi TracNotification API documentation], [wiki:TracDev/Announcer Developer reference page for AnnouncerPlugin]