Skip to content

Commit 7001e85

Browse files
author
Erik Sundell
committed
docs: fix configuration typo
1 parent 80b99a3 commit 7001e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
# }
4848

4949
c.NativeAuthenticator.import_from_firstuse = False
50-
c.NativeAuthenticator.firstuse_dbm_path = "/home/user/passwords.dbm"
50+
c.NativeAuthenticator.firstuse_db_path = "/home/user/passwords.dbm"
5151
c.NativeAuthenticator.delete_firstuse_db_after_import = False

docs/source/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ c.NativeAuthenticator.import_from_firstuse = True
169169
By default, Native Authenticator assumes that the path for the database is the same directory. If that's not the case, you can change the path the file through this variables:
170170

171171
```python
172-
c.NativeAuthenticator.firstuse_dbm_path = '/home/user/passwords.dbm'
172+
c.NativeAuthenticator.firstuse_db_path = '/home/user/passwords.dbm'
173173
```
174174

175175
Native Authenticator ensures that usernames are sanitized, so they won't have commas

0 commit comments

Comments
 (0)