YangCatalog / backend

YANG Catalog's REST API and internal module processing pipeline
https://yangcatalog.org
Apache License 2.0
2 stars 11 forks source link

Hash password before storing to the Redis #713

Closed SlavomirMazurPantheon closed 1 year ago

SlavomirMazurPantheon commented 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.