roga67

Results 6 comments of roga67

After finished the upgrade when admin logged in it's also possible to have access to the complete list of all encryption keys? If yes, where can admin locate this list?

sorry, is there no answer to my simply questions or didn't you understand me?

Hi Nyphew, Thank's, that's it! As admin I can access the list of Users and there is an option to reset otp (one time password). This solves my problem.

this is the only error, that I could found in apache2 error.log ``` [Sat Oct 22 08:23:54.581563 2022] [php:error] [pid 2348] [client 192.168.xyz.xyz:49328] PHP Fatal error: Uncaught mysqli_sql_exception: Invalid character...

I think, I found the solution [here](https://github.com/nilsteampassnet/TeamPass/issues/3168)! In my case the value for DB_ENCODING was empty like this: `define("DB_ENCODING", "");` I than changed it to `define("DB_ENCODING", "utf8");` and all worked...

@jbrailas: is your code also compatible with joomla 4.x? I'm very interesting in a running version of JMapMyLDAP for Joomla 4.x and above. Is it possible that you can provide...