Projects tigase _server server-core Issues #1452
I can't sign in to localhost:8080/admin by admin user and password (#1452)
Closed
Unknown opened 3 years ago

### tigase version 8.1.2 config.tdsl:

admins = [
    'admin@xxx'
]
'config-type' = 'default'
debug = [ 'server' ]
'default-virtual-host' = '127.0.0.1'
dataSource () {
    default () {
        uri = 'mongodb://tigase:tigase@localhost/tigasedb'
    }
}
http () {
    setup () {
        'admin-password' = 'tigase'
        'admin-user' = 'tigase'
    }
}
pubsub () {
    trusted = [ 'http@{clusterNode}' ]
}
'sess-man' () {
    'unified-message-archive-xep-0136' (active: false) {}
}
authRepository () {
    default () {
    }
}

I can sign in to localhost:8080/setup by tigase/tigase, but can't sign in to localhost:8080/admin by 'admin@xxx' and my admin password,I reset the configuration, restarted and refilled several times,I ensure the admin account and password is correct。what's the reason? Where is the correct account and password?

please help me thank you

issue 1 of 1
Type
Question
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1452
Please wait...
Page is in error, reload to recover