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. |