tags:

views:

11

answers:

0

Hi,

When I am creating a user through django admin site,the password is being stored as plain text.I don't know why it's happening.I created superuser from command,and password is stored as hash.So,what could be the reason for this to happen? Now,since password is being stored as plain text,the user cannot login using the credentials.

thanks