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:
parent
d26a8a8901
commit
c8a670c713
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue