Closed DavidCGN closed 6 years ago
I'm getting the same error while trying to save or generate passwords on a freshly updated 2.1.27.17 from 2.1.27.7.
I'm getting the same error while trying to save or generate passwords on a freshly Installation 2.1.27.7
I found the issue. In line 1007 of sources/main.queries.php, the variable length is used when is should be size. Change:
$generator->setLength((int) filter_input(INPUT_POST, 'length', FILTER_SANITIZE_NUMBER_INT));
to:
$generator->setLength((int) filter_input(INPUT_POST, 'size', FILTER_SANITIZE_NUMBER_INT));
Yes absolutely.
It seems I made this change over one night after performing a copy-paste.
I will change this and commit a new release.
Please reopen this ticket on need.
Hello, i'm getting the same issue when trying to copy the password. I'm new in linux and trying to get teampass work. Can you please help me with this? POST http://teampass.chaco.com.bo/sources/items.queries.php 500 (Internal Server Error)