Hello, we experienced a problem recently where we used the GUI to create a "new" user with a new password, but the user already existed. Instead of a warning that the account already exists, the password was overwritten (when testing, we were also kicked out of the session, because we were logged in as that user). We were able to log in as the existing user with the new password, but to avoid overwriting credentials for existing users, it would have been better to get an error message that "warning: this user already exists. If you want to change their password, please do XYZ." (This caused a brief system outage because the credentials were already used elsewhere in our system and we didn't realize we were overwriting the existing user's credentials.) Can there be some kind of a test if the credentials are already in use before they are overwritten in the GUI?