You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SET @increment_start = 9000000;
INSERT INTO teampass_log_items (id_item, date, id_user, action, raison, old_value, increment_id, encryption_type)
SELECT t.id, '1357923056', 3, 'at_creation', '', NULL, @increment_start := @increment_start + 1, 'not_set'
FROM teampass_items t
WHERE t.inactif = 0
AND NOT EXISTS (
SELECT 1
FROM teampass_log_items l
WHERE l.id_item = t.id
AND l.action = 'at_creation'
);
Page on which it happened
This issue occurred following the upgrade from Teampass v2.1.26 to v3.0.10 (following the documentation and going through the intermediate versions);
Some passwords are no longer visible in the web interface. However, these passwords are still present in the database (table teampass_items).
For example, the password labeled "ciril (Linux)" is one such case.
Screen tempass v2.1.26 (before update) :
Screen temapss v3.0.10 (after update) :
BDD :
+------+---------------+------------------------------------------------------------+--------------------------+------+---------+-------+-------+---------+---------------+-------------------+-------+--------------+-----------+------------------+-------+--------+---------------------------+---------------------------+-----------------+---------+----------------------------------------------------+------------+------------+------------+
| id | label | description | pw | url | id_tree | perso | login | inactif | restricted_to | anyone_can_modify | email | notification | viewed_no | complexity_level | pw_iv | pw_len | auto_update_pwd_frequency | auto_update_pwd_next_date | encryption_type | fa_icon | item_key | created_at | updated_at | deleted_at |
+------+---------------+------------------------------------------------------------+--------------------------+------+---------+-------+-------+---------+---------------+-------------------+-------+--------------+-----------+------------------+-------+--------+---------------------------+---------------------------+-----------------+---------+----------------------------------------------------+------------+------------+------------+
| 3085 | ciril (Linux) | Utilisateur permettant de se connecter via Putty ou Winscp | XXXXXXXXXXXXXXXXXXXXXX== | | 1009 | 0 | ciril | 0 | | 1 | | NULL | 296 | 38 | | 0 | 0 | 0 | teampass_aes | NULL | c25087f27279e9b0db81704b1b2aa869c0ffb5f94eddba33a3 | 1511857587 | 1524038375 | NULL |
+------+---------------+------------------------------------------------------------+--------------------------+------+---------+-------+-------+---------+---------------+-------------------+-------+--------------+-----------+------------------+-------+--------+---------------------------+---------------------------+-----------------+---------+----------------------------------------------------+------------+------------+------------+
Server configuration
Operating system: Linux teampass 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64
Web server: Apache
Database: 5.5.5-10.11.6-MariaDB-0+deb12u1
PHP version: 7.4.33
Teampass version: 3.0.10
Teampass configuration file:
Updated from an older Teampass or fresh install:
Client configuration
Browser: -
Operating system: - bits
Logs
Web server error log
Teampass 10 last system errors
Log from the web-browser developer console (CTRL + SHIFT + i)
The text was updated successfully, but these errors were encountered: