Mlab.com change password or add new user

I am using mlab with glitch but I can’t figure out why I can’t reset the env settings on glitch to match new settings on mlab. Glitch insists that I continue to use the original database settings (username and password) I had when starting the project although they have been changed on mlab. Is this a matter of restarting the server? Closing browsers and restarting my computer did not help.

Env settings are stored in the .env file in your Glitch project. Updating that file will also cause your project to restart and the new details will be used.