View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0006524 | TestLink | General | public | 2014-08-20 14:00 | 2014-09-27 16:42 |
|
Reporter | fman | |
Assigned To | fman | |
Priority | normal | Severity | feature request | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.9.11 (2014 Q2 - bug fixing) | |
Fixed in Version | 1.9.12 (2014 Q3) | |
|
Summary | 0006524: New configuration option - notifications |
Description | First implementation to help to configure receiver of mail when a user do Sign Up
$tlCfg->notifications->userSignUp = new stdClass();
$tlCfg->notifications->userSignUp->enabled = TRUE; // @see notifyGlobalAdmins()
$tlCfg->notifications->userSignUp->to = new stdClass();
$tlCfg->notifications->userSignUp->to->roles = array(TL_ROLES_ADMIN);
$tlCfg->notifications->userSignUp->to->users = null; // i.e. array('login01','login02'); |
Tags | No tags attached. |
|
Database (MySQL,Postgres,etc) | N/A |
Browser | |
PHP Version | |
TestCaseID | |
QA Team - Task Workflow Status | READY FOR TESTING |
|
Attached Files | |
|