-1

I was creating an admin user account, when it got to create password my keys stopped working!!I even rebooted my system and started from top boom it happened again

tried to create password on django admin user account?

  • Welcome to Stack Overflow, see how do I ask a good question [ask]. Take our [tour](https://stackoverflow.com/tour) and see what is on-topic here. – Sunderam Dubey Nov 17 '22 at 12:13
  • I think the keys still were working, you only need press enter: it does not show the password for privacy concerns. – Willem Van Onsem Nov 17 '22 at 12:15

1 Answers1

0

The prompt for the password when you use the createsuperuser command [Django-doc] does not show the entered characters, for privacy and security concerns. Just like a password box in a browser does not show the password.

You thus enter the password and hit Enter to enter the password.

Willem Van Onsem
  • 443,496
  • 30
  • 428
  • 555