change_pw.php 955 B

12345678910111213141516171819202122232425
  1. <?php
  2. if($cosa=="stream"){
  3. $title_page = "mountpoint";
  4. $title = "mountpoint";
  5. $form_user = "Mount:";
  6. } elseif($cosa=="ftp"){
  7. $title_page = "FTP";
  8. $title = "FTP";
  9. $form_user = "User:";
  10. } else{
  11. $title_page = "e-mail";
  12. $title = "e-mail";
  13. // $form_user = "E-mail:";
  14. }
  15. // $form_opw = "Old password:";
  16. // $form_npw = "New password:";
  17. // $form_npw2 = "Retype:";
  18. $form_adminpw = "Admin password:";
  19. $msgPasswordChanged = "Password modified correctly.";
  20. $msgPasswordNotChanged = "Password modification failed. Make sure you are typing your data correctly or that your site is on indivia's server.";
  21. $msgFailedConfirm = "Password mismatch, please try again.";
  22. $msgShortPassword = 'Note: a password shorter than 8 chars is <em>bad</em>!';
  23. $msgServiceOffline = 'Service offline for maintenance. We will come back soon, in case of problem write to gestione@posta.indivia.net';
  24. $helppwd = 'How to chose my password';
  25. ?>