Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 9, 2024
1 parent ec69778 commit b4dd816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example_projects/mfa_demo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change password demo
# MFA demo

This project demos how to use the `change_password` endpoint.
This project demos how to use the MFA with the `session_login` endpoint.

## Setup

Expand All @@ -12,7 +12,7 @@ pip install -r requirements.txt

### Create database

Make sure a Postgres database exists, called 'piccolo_api_change_password'. See
Make sure a Postgres database exists, called 'piccolo_api_mfa'. See
`piccolo_conf.py` for the full details.

### Run migrations
Expand Down

0 comments on commit b4dd816

Please sign in to comment.