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 console locking out #11

Open
wjdonnelly opened this issue Oct 7, 2015 · 1 comment
Open

Admin console locking out #11

wjdonnelly opened this issue Oct 7, 2015 · 1 comment

Comments

@wjdonnelly
Copy link

Hello, there were problems in older versions of OF that prevented login into the admin console even when the right credentials were used. I am having that problem with your docker image even though you are running the latest version of OF. Can you shed any light on 1) have other people had this problem recently 2) is there a fix that you know of.

For context - running the servers on coreos in AWS with a MySQL back end using RDS. I've tried

update ofUser set plainPassword='passwd', encryptedPassword = null where username ='admin';

And running a new container thru the setup process, but still cannot get it. One note is that
It does not seem that the ``/etc/init.d/openfire stop` is not working so I bounce the whole container - which sometimes corrupts the container and it has to be removed.

Thanks

@sameersbn
Copy link
Owner

@wjdonnelly have not seen this issue before. it has not been reported earlier as well.

/etc/init.d/openfire is not used to start the openfire server, it is launced directly https://github.com/sameersbn/docker-openfire/blob/master/entrypoint.sh#L66

Can you try instructions in the quick start section of the readme to check if it works. Maybe its a coreos thing. But i cannot be sure. I have this image deployed in production and have not had any issues. There could me some config issue.

ps. sorry for not responding earlier.

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