Password of user changing automatically

Hi,

Facing a strange problem. Password of a specific user is changing automatically even after resetting the password everyday. After resetting the password, next day showing invalid credentials. No other users are facing the same issue during login.

I just encountered this issue as well and no matter how many times i change the password when i try yo login with the new password it says invalid password

In your site config, it is possible that the user limits have been set incorrectly or to a date that has already passed

  "limits": {
  	"expiry": "2019-01-01",
  	"users": 1
  }