1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

roles/jupyterhub/README.md: Clarify Blowfish (bcrypt's $2b$ algorithm) in /opt/iiab/jupyterhub/etc/passwords.dbm.db

This commit is contained in:
A Holt 2021-09-01 12:31:56 -04:00 committed by GitHub
parent d26a8a8901
commit c8a670c713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,12 @@ Note that `/opt/iiab/jupyterhub` is a Python 3 virtual environment, that can be
source /opt/iiab/jupyterhub/bin/activate
```
Passwords are hashed using 4096 rounds of the latest Blowfish (bcrypt's $2b$ algorithm) and stored in:
```
/opt/iiab/jupyterhub/etc/passwords.dbm.db
```
### Users changing their own password
Users can change their password by first logging into their account and then visiting URL: http://box.lan/jupyterhub/auth/change-password