Cannot Login on VTE 4.4.1

Di più
23/10/2013 17:43 #3010 da dende
Risposta da dende al topic Re: Cannot Login on VTE 4.4.1
What's your problem ?
Credentials expired ? License issue ?

Regards

Si prega Accedi a partecipare alla conversazione.

Di più
23/10/2013 18:55 #3012 da blondie63
i've not used for 3/4 month vte and now i cannot login also with admin user !
recover password does'nt do nothing !

i can access directly to DB, is there a way to reset password or access modifying some fields?

regards

Mauro

Si prega Accedi a partecipare alla conversazione.

Di più
15/11/2013 08:08 #3022 da pasquale.dibari
I test it for VTE 4.2, but I think is valid for 4.4.1 to (check the table name should be vte_users):

* Login to your mysql from command line by providing your username and password
* mysql -u {USER-NAME} -p{PASSWORD} {DATABSE NAME}
* mysql> use {DATABASE NAME};
* mysql> UPDATE vtiger_users SET user_password = 'adpexzg3FUZAk', crypt_type=' ' WHERE id=1;
The updated password will be 'admin' (without the quotes).

Si prega Accedi a partecipare alla conversazione.

Di più
16/11/2013 08:59 #3023 da blondie63
In my DB the table is vte_users
I've tried your code: UPDATE vtiger_users SET user_password = 'adpexzg3FUZAk', crypt_type=' ' WHERE id=1;
but this not reset the password for admin user
i still not accessing to crm :(

Si prega Accedi a partecipare alla conversazione.

Tempo creazione pagina: 0.164 secondi