[RESOLVED] Link email new user, link new password ecc. are wrong!

More
11 Oct 2013 07:43 - 11 Oct 2013 07:56 #2996 by Logo
Hello to all,
I installed xampp on vte , initially I installed it in a sub folder then I moved to the root of htdocs .
But now when I create a new user or do the procedure to change the password ( if when one forgets ) in the text there is a link that takes you to the site that is wrong , however , practically the old path .

example:

Dear test,

Was performed a recovery password for your account .
If you 've performed this request click here to continue and enter the new password .
You have 24 hours to finish the password recovery process . Spend 24 hours you will have to repeat the procedure from the beginning again by clicking on the link " Forgot password ? " on the login page .

Sincerely,
Group Customer Care

The word "here" contains this link:


This is the wrong link .
http://localhost/vte/modules/Users/Recover.php?action=recover&key=eyJ1c2VyaWQiOiIxMyIsInRva2VuIjoiNTI1NmE2NzRlMjU5NSJ9

This is as it should be
http://MIODOMINIO/modules/Users/Recover.php?action=recover&key=eyJ1c2VyaWQiOiIxMyIsInRva2VuIjoiNTI1NmE2NzRlMjU5NSJ9

How can I do?

Thanks!

Alberto


Ciao a tutti,
ho installato vte su xampp, inizialmente l'ho installato in una sotto cartella poi l'ho spostata sulla root di htdocs.
Adesso però quando creo un nuovo utente o faccio la procedura per cambiare password ( quando uno se la dimentica ) nel testo c'è un link che porta al sito che però è sbagliato, praticamente ha il vecchio path.

Esempio :

Gentile prova,

E' stata eseguita una richiesta di recupero password per il tuo account.
Se hai eseguito tu questa richiesta clicca qui per proseguire ed immettere la nuova password.
Hai a disposizione 24 ore per terminare questo processo di recupero password. Passate le 24 ore dovrai ripetere la procedura dall'inizio cliccando nuovamente il link "Hai dimenticato la password?" nella pagina di login.

Cordiali saluti,
Gruppo Assistenza Clienti

La parola "qui" contiene questo link :

http://localhost/vte/modules/Users/Recover.php?action=recover&key=eyJ1c2VyaWQiOiIxMyIsInRva2VuIjoiNTI1NmE2NzRlMjU5NSJ9
Questo è il link sbagliato.

http://MIODOMINIO/modules/Users/Recover.php?action=recover&key=eyJ1c2VyaWQiOiIxMyIsInRva2VuIjoiNTI1NmE2NzRlMjU5NSJ9
Questo è come dovrebbe essere

Come posso fare?

Grazie!

Alberto
Last edit: 11 Oct 2013 07:56 by Logo.
The topic has been locked.
More
11 Oct 2013 07:45 #2997 by dende
Hi,
change it in your config file (config.inc.php)
Check var $root_directory

Thanks
The following user(s) said Thank You: Logo
The topic has been locked.
More
11 Oct 2013 07:55 #2998 by Logo
Resolved!

I edited this two lines :

// without final "/"
$site_URL = ' mydomain.it ';

// root directory path (with final "/")
$root_directory = 'path/VTE';

Thanks a lot!
The topic has been locked.
Time to create page: 0.156 seconds