Open piechota1989 opened 2 years ago
Thank you for reporting. After a lots of attempts to reproduce I cannot. There is no relationship between personal settings and folders access. Have you try for refreshing folders tree ? Could you upgrade to latest commit?
@nilsteampassnet I found the reason of issue. If you save private propeties when the polish translation is enabled for current user, value "sequential" is inserted directly to "_teampassusers" table to column "treeloadstrategy" with value "sekwencyjny", not "sequential". That action causes, that logic stops working properly. Same situation with Full loading.
changing this:
'full' => 'Pełny',
'sequential' => 'Sekwencyjny',
to that:
'full' => 'Full',
'sequential' => 'Sequential',
cause, that loading tree works well, but this makes, that value from drop-down list is displayed in english.
in file
./includes/language/polish.php
Hi, I just had the same problem with french language. To work weel, the code must be change to just use this information to display, not to use as comparator in the code.
@nilsteampassnet how big chance is, that this bug will be fixed within 1 or 2 weeks? I would help you, but I am not a programmer, but sysadmin.
@piechota1989 have you updated to latest commit?
@nilsteampassnet yes. Check output shown below
Steps to reproduce
Expected behaviour
Changing personal data shouldn't affect on accessability to passwords subfolders
Actual behaviour
Changin personal data cause, that you lost access to folders below the level 1, I mean level 2 etc. Problem occurs on standalone users and also on Active Directory Users
Server configuration
Operating system: Ubuntu 22.04.1 LTS
Web server: apache2 v 2.4.52
Database: mariadb-server v 10.6.7
PHP version: 7.4.30
Teampass version: version 3.0.0.18 - commit: b55dbf92241938f918df37fc9bfc483d127c9064
Teampass configuration file: clean, standard config with only SMTP server settings
Updated from an older Teampass or fresh install: fresh install
Client configuration
Browser: Firefox and Google Chrome
Operating system: Windows 10
Logs
Log from the web-browser developer console (CTRL + SHIFT + i)