Add GUI

not_Dries_Buytaert - September 17, 2009 - 20:53
Project:Disposable e-mail protection
Version:6.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

This module only offers some hooks (no GUI at all, also not for configuration). It should also include a GUI to configure this module.

Example 1:
The admin should be able to select which emailaddress (besides those from registered users) should be checked against the online disposable hosts blacklist.

Example 2:
According to the official documentation (http://undisposable.org/docs.htm) the API allows checking against the online disposable hosts blacklist via following functions:
emailaddresses

http://www.undisposable.net/services/{$service_name}/isDisposableEmail/?email={$param_value}

host/domainnames
http://www.undisposable.net/services/{$service_name}/isDisposableHost/?host={$param_value}

NB: This last function would require Drupal to isolate hostnames from emailaddresses before using the API. However this would prevent emailadresses from being sniffed while using the API. As http is unencrypted, anyone could intercept emailadresses from the request address.
As this modules offers both functions, a GUI should allow admins to select which function should be used.

#1

not_Dries_Buytaert - September 18, 2009 - 11:31

Example 3:
The admin should be able to configure the (error) messages (and be able to also use tokens within those messages).

ad Example 1:
Just another use-case: Some modules allow users to subscribe to mailinglists. The admin should be able to automatically test also those emailaddresses.

 
 

Drupal is a registered trademark of Dries Buytaert.