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

admin.php password always wrong #2

Open
jaydis1 opened this issue Jun 19, 2023 · 2 comments
Open

admin.php password always wrong #2

jaydis1 opened this issue Jun 19, 2023 · 2 comments

Comments

@jaydis1
Copy link

jaydis1 commented Jun 19, 2023

Hello,

I have set an admin password in config.local.php and config.original.php (not sure which is correct.
It always tells me wrong password when trying to login.

I've also tried the output of echo -n "mypassword" | sha256sum too, same thing. What am I doing wrong?

@dada051
Copy link

dada051 commented Jun 19, 2023

config.local.php is the only file I have. Should be this one. Is the file part formatted that way (with single quotes)?

'admin_password' => '89e01536ac207279409d4de1e5253e01f4a1769e696db0d6062ca9b8f56767c8',

Do you have any errors in the jirafeau logs (i.e. docker logs jirafeau if you use docker and your container is named jirafeau)

Edit: 89e01536ac207279409d4de1e5253e01f4a1769e696db0d6062ca9b8f56767c8 is the sha of mypassword

@jaydis1
Copy link
Author

jaydis1 commented Jun 19, 2023

That's how mine is too, inside config.local.php
No logs that I can see, not using Docker. Just a manual install on top of Litespeed.

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

2 participants