mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-22 11:39:05 +00:00
Support argon2id password hash algo (#637)
* Support argon2id password hash algo * CI install argon2 deps * Go support argonid algo * RPC add pwd_hash_algo and pwd_hash_params * Support password hash algo * Don't set magic when pwd_hash is set * Fix ci error --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -12,7 +12,7 @@ sudo systemctl start mysql.service
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y intltool libarchive-dev libcurl4-openssl-dev libevent-dev \
|
||||
libfuse-dev libglib2.0-dev libjansson-dev libmysqlclient-dev libonig-dev \
|
||||
sqlite3 libsqlite3-dev libtool net-tools uuid-dev valac
|
||||
sqlite3 libsqlite3-dev libtool net-tools uuid-dev valac libargon2-dev
|
||||
sudo systemctl start mysql.service
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
Reference in New Issue
Block a user