-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When importing accounts with a csv file, passwords don't get imported #373
Comments
Did you set the master password option?. If so, it's only needed when importing XML files (doc needed), so if you set it, it was used so the process tried to decrypt every password with it. |
it may well be yes. I thin i tried to import the csv file with the master password (no import password set). I will retry tomorrow without setting the master password and i let you know! Thanks |
Ok, the documentation is already being written so it would be available when the stable version were released. |
Uhm something not working. I am importing the following csv: p11;server;unix;url;user;password;notes no passwords set, neither master nor import Importación finalizada but then i go to check the account: It appears empty, i think it is because not setting the master password it hasn't cyphered the account when inserting it to the db mysql> select account_pass from accounts where account_name = 'p11'; But what i want is to import the csv file, and then store the encrypted passwords in the database, like when you create manually an account. So i tried adding the master password in the import stage with the following p12;server;unix;url;user;password;notes but then: Importación finalizada Same behaviour in the UI and the field is empty in the db: So how can i supply clear passwords in a csv file and get them encrypted on the db when these are bulk loaded? |
I'm blind....I didn't notice that the password was encrypted if it was previously decrypted... |
I'm solving an issue with the CSV delimiter...I'll let you know when solved |
Hi, it has been solved in the latest commit (devel branch). I've added the field enclosure character ("), so fields would be more safely parsed. Does it break your CSV? |
No, we can add the quotes, no problem. I'll try! |
Con las quotes no funciona, vuelve a salir el password en blanco! |
No, estoy probando esto |
"p12";"server";"unix";"url";"user";"password";"notes" |
Pruebo de nuevo a ver si la he liado.. |
Actualizaste al último commit? https://github.com/nuxsmin/sysPass/commits/devel |
Si, le he dado a bajar el ultimo zip de devel |
Es más, lo último que he añadido es la ayuda sobre los campos |
Ya está ya está, le habia puesto el master password... Culpa mía |
Ammm...perfecto!! |
Todo cargado ya, y funcionando, gracias! |
They appear blank.
Also in the db the column is empty
The text was updated successfully, but these errors were encountered: