Asking me to login after creation (#6)
Open
Unknown opened 3 years ago

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?

Unknown commented 3 years ago

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

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-xmpp-server-docker#6
Please wait...
Page is in error, reload to recover