Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Password #231

Open
dan-anthes opened this issue Jan 20, 2024 · 0 comments
Open

API Password #231

dan-anthes opened this issue Jan 20, 2024 · 0 comments

Comments

@dan-anthes
Copy link
Contributor

I realized that the API did not work in the latest 775 version. When I went to view the passwords that I entered it always returned a -1, no matter what was entered here. When I looked deeper into this it appears the change in:
includes/functions_io.php had the following two lines added:

    // If password already decrypt return same password.
    $output = (empty($plaintext) === true) ? $password : $plaintext;

If I comment out this line with $output it appears to correct my issue. Not sure of the exact purpose of this line but wanted to share my findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant