Cloned entry not generating a new unique id for the record #4587
Unanswered
SunnyKyusu
asked this question in
Q&A
Replies: 1 comment
-
Could you retry with version 3.1.3.x? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Raising this here to ask if anyone else is experiencing this?
If so will raise as a bug, but wanted to check first.
If you clone a record (e.g. you are adding loads of similar records) even if you set a unique password on the record if you do a copy password from the tree view it will return the password of the original item you cloned from. For some reason its not generating a new unique id for the record from the parent, you can fix it after the fact by logging into the mysql db and updating the row for the new records. e.g.
update teampass_items set item_key ='(Some 50 char unique hex string' where id = (id of cloned record);
Version 3.1.2.82
Beta Was this translation helpful? Give feedback.
All reactions