Commit 5073bda7ddd6e97e52eb7b3475875904e0af842f
1 parent
7d16ef7a
Exists in
master
and in
1 other branch
Add speasy in message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/DDADMIN/MANAGER/UserManagerClass.php
... | ... | @@ -202,10 +202,10 @@ class UserManagerClass |
202 | 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 | - $msg .= "at http://amda.cdpp.eu \r\n\r\n"; | |
205 | + $msg .= "at https://amda.cdpp.eu \r\n\r\n"; | |
206 | 206 | $msg .= "Please contact us in case of any problems or questions.\r\n\r\n"; |
207 | 207 | $msg .= "For acknowledgment and data use policy please follow the rules of the road available at http://amda.cdpp.eu/help/policy.html.\r\n\r\n"; |
208 | -$msg .= "We also invite you to connect to our data archive (https://cdpp-archive.cnes.fr) and use our other tools for 3D visualization of spacecraft and science data (3DView, http://3dview.cdpp.eu), for solar wind propagation (Propagation Tool, http://propagationtool.cdpp.eu and Heliopropa, http://heliopropa.cdpp.eu), or for coordinate and time transformations (TREPS, http://treps.cdpp.eu).\r\n\r\n"; | |
208 | +$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, http://3dview.cdpp.eu), for solar wind propagation (Propagation Tool, http://propagationtool.cdpp.eu and Heliopropa, http://heliopropa.cdpp.eu), or for coordinate and time transformations (TREPS, https://treps.cdpp.eu).\r\n\r\n"; | |
209 | 209 | $msg .= "Feedback on CDPP tools is always welcome and greatly appreciated (amda at irap.omp.eu)!\r\n\r\n"; |
210 | 210 | $msg .= "Best regards,\r\n\r\n"; |
211 | 211 | $msg .= "CDPP-AMDA Team"; | ... | ... |