Client - disable registration - fix #36
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
Features
|
||||
########
|
||||
|
||||
Features list
|
||||
~~~~~~~~~~~~~
|
||||
List
|
||||
~~~~
|
||||
- Account creation (only standard user, not admin)
|
||||
- 6 sports supported:
|
||||
- Cycling (Sport)
|
||||
@ -22,6 +22,7 @@ Features list
|
||||
- longest duration
|
||||
- maximum speed
|
||||
- Activities list and filter
|
||||
- User registration can be disabled.
|
||||
|
||||
**Notes:**
|
||||
|
||||
|
@ -46,7 +46,8 @@ Dev environment
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
**ThunderForest** and **Dark Sky** API keys value in
|
||||
**Makefile.custom.config** file (see example)
|
||||
**Makefile.custom.config** file (see example). User registration can
|
||||
also be disabled in **Makefile.custom.config**.
|
||||
|
||||
- Install Python virtualenv, React and all related packages and
|
||||
initialize the database:
|
||||
@ -82,7 +83,8 @@ Prod environment
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
**ThunderForest** and **Dark Sky** API keys value in
|
||||
**Makefile.custom.config** file (see example)
|
||||
**Makefile.custom.config** file (see example). User registration can
|
||||
also be disabled in **Makefile.custom.config**.
|
||||
|
||||
- Install Python virtualenv, React and all related packages and
|
||||
initialize the database:
|
||||
|
Reference in New Issue
Block a user