Changes between Version 9 and Version 10 of SCS_TEST_TRACKING_SETUP_R2


Ignore:
Timestamp:
01/11/09 15:43:34 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_TEST_TRACKING_SETUP_R2

    v9 v10  
    7171 
    7272= Implementation = 
    73 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
    74  
     73 * After research of testlink user documentation some attempts were made, until we have the best result 
     74 * Now testlink sends mail with new password to the mail that was assigned to each testlink user 
     75 * Integration between testlink and smtp server was made as described in design (by editing sophie:/home/scs/testlink/custom_config.inc.php): 
     76{{{ 
     77$g_tl_admin_email = 'pacitu@gmail.com'; 
     78$g_from_email = 'testlink@sophie2.org'; 
     79$g_return_path_email = 'no_replay@sophie2.org'; 
     80$g_mail_priority = 5; 
     81$g_smtp_host = 'localhost'; 
     82}}} 
     83 * Roles and privileges were redefined, in future we probably will remove some obsolete user types. 
    7584= Testing = 
    7685