The password looks good to me and working. Please let me know where are you trying to connect either from Angular UI or WEBAPI?
If you are trying from Web API, You need to pass the Base64 Encoded password. Below is the sample.
{
"userName": "system",
"password": "YWRtaW5AMTIz"
}
If it from Angular UI, enter admin@123