evennia / evennia

Python MUD/MUX/MUSH/MU* development system

Home Page:http://www.evennia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Can't type a password when creating superuser

Memerlin opened this issue · comments

Describe the bug

When trying to create the first account or the superuser, I can't type the password. As if there isn't any input from my keyboard. Username and email seem to work fine.

To Reproduce

Steps to reproduce the behavior:

  1. Do evennia start
  2. Type the Username and the email
  3. See error

Expected behavior

Being able to type the password and create the superuser

Environment, Evennia version, OS etc

(Replace with info. If unsure, run evennia -v or get the first few lines of the about command in-game.)

Evennia 3.2.0
    OS: nt
    Python: 3.11.8
    Twisted: 23.10.0
    Django: 4.2.10

Additional context

I tried to do it without putting any e-mail, but the result is pretty much the same. I also thought there was something wrong with my console and I closed it before trying again, but no luck.

I have been informed this is due to standard shell password security. I apologize.