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

Asking me to login after creation #6

Open
themaster567 opened this issue Sep 13, 2021 · 1 comment
Open

Asking me to login after creation #6

themaster567 opened this issue Sep 13, 2021 · 1 comment

Comments

@themaster567
Copy link

themaster567 commented Sep 13, 2021

I used the "Single, basic instance" command set and when I try to connect, it brings up a basic html login popup. I did not configure any sort of username or password for the interface itself, nor does login info set for the database work for it. What am I missing?

@woj-tek
Copy link
Contributor

woj-tek commented Sep 14, 2021

Tigase starts in the setup mode - the credentials are available in the etc/config.tdsl and are printed in the container logs:

[2021-09-14 10:49:05:990] [CONFIG  ] [                  main ] ConfigHolder.loadConfiguration() : Loaded configuration:
'config-type' = 'setup'
http () {
    setup () {
        'admin-password' = 'tigase'
        'admin-user' = 'admin'
    }
}

You can find more details in the Connect to the Web Installer

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