Unable to login to my mattermost server

I just found out the reason why the username and the password disappeared from my landing home page is due to the fact that below EmailSetting was set to false. On making it true again now I can see the username and password back:)

“EmailSettings”: {
“EnableSignInWithEmail”: true,
“EnableSignInWithUsername”: true,
}

Thanks all!

1 Like