When running multiple bots side by side on different ports, you only have to enter the admin password once, even if each bot has a different admin password set.
For example, running bot 1 on port 3000 and bot 2 on 3001. Both have different passwords saved in the config, but if you got to *:3000 and put in the password for bot 1, you will then subsequently be able to access the bot on port 3001 without entering a password at all.
Fairly niche situation and really the auth should probably be re-worked entirely before focusing on this bug.
When running multiple bots side by side on different ports, you only have to enter the admin password once, even if each bot has a different admin password set.
For example, running bot 1 on port 3000 and bot 2 on 3001. Both have different passwords saved in the config, but if you got to *:3000 and put in the password for bot 1, you will then subsequently be able to access the bot on port 3001 without entering a password at all.
Fairly niche situation and really the auth should probably be re-worked entirely before focusing on this bug.