Closed SlavomirMazurPantheon closed 1 year ago
Password is not hashed before storing to the Redis database when create_admin.py script is used. As a part of this task, unify hash_pw() method across project.
create_admin.py
hash_pw()
Password is not hashed before storing to the Redis database when
create_admin.py
script is used. As a part of this task, unifyhash_pw()
method across project.