Commit 4d54b096627f1d98b0223ea5e1c16fc838345fe4

Authored by Myriam Bouchemit
1 parent b31ca68e
Exists in master

add change password in registration mail

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/DDADMIN/MANAGER/UserManagerClass.php
... ... @@ -199,10 +199,11 @@ class UserManagerClass
199 199 $subject = 'AMDA registration';
200 200  
201 201 $msg = "Dear $first_name $last_name, \r\n\r\n";
202   - $msg .= "Thanks for your interest in our interactive space physics data manipulation tool and database AMDA\r\n\r\n";
  202 + $msg .= "Thanks for your interest in our interactive space physics data manipulation tool and database AMDA.\r\n\r\n";
203 203 $msg .= "Your login: $login \r\n";
204 204 $msg .= " password: $pwd \r\n\r\n";
205 205 $msg .= "at https://amda.cdpp.eu \r\n\r\n";
  206 + $msg .= "You can change your password ( menu Start | Reset password ).\r\n\r\n";
206 207 $msg .= "Please contact us in case of any problems or questions.\r\n\r\n";
207 208 $msg .= "For acknowledgment and data use policy please follow the rules of the road available at https://amda.cdpp.eu/help/policy.html.\r\n\r\n";
208 209 $msg .= "We also invite you to connect to the AMDA database with our python service Speasy (https://speasy.readthedocs.io) or to our data archive (https://cdpp-archive.cnes.fr) and use our other tools for 3D visualization of spacecraft and science data (3DView, https://3dview.cdpp.eu), for solar wind propagation (Propagation Tool, https://propagationtool.cdpp.eu and Heliopropa, http://heliopropa.cdpp.eu), or for coordinate and time transformations (TREPS, https://treps.cdpp.eu).\r\n\r\n";
... ...