View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017277 | mantisbt | public | 2014-05-02 19:16 | 2015-04-04 12:16 | |
| Reporter | grangeway | Assigned To | grangeway | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.3.0-beta.1 | Fixed in Version | 1.3.0-beta.1 | ||
| Summary | 0017277: Allow use of wildcards when limiting email domain names | ||||
| Description | It should be possible to make use of basic wildcards when limiting email domain names within mantis. Our example configuration states: $g_limit_email_domains = array( 'users.sourceforge.net', 'sourceforge.net' ); It would be good to be able to handle all subdomains under 'sourceforge.net' by allowing the ability to specify: $g_limit_email_domains = array( '*.sourceforge.net' ); | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master d5870f80 2014-01-06 12:46 Paul Richards Details Diff |
limit_email_domains: Allow users to be locked to a choice of multiple email domains, instead of a single domain. For example: $g_limit_email_domains = array( 'users.sourceforge.net', 'sourceforge.net' ); would allow people to sign up using email address @users.sourceforge.net or @sourceforge.net only |
Affected Issues 0002609, 0017277 |
|
| mod - account_update.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/obsolete.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - lost_pwd.php | Diff File | ||
| mod - manage_user_create.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - signup.php | Diff File | ||