Well, I would like to create a column in the django models User table, because I would like to get the password before django transformed into sha256, because I want to display it in the unencrypted browser. Can you do that?
Well, I would like to create a column in the django models User table, because I would like to get the password before django transformed into sha256, because I want to display it in the unencrypted browser. Can you do that?