ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Loader does not work with arg "newuser" #4

Closed ThomasTJdev closed 6 years ago

ThomasTJdev commented 6 years ago

When using the loader websitecreator.nim instead of websitecreator_main.nim, it is not possible to use the arg "newuser".

Todo: When using "newuser" in the loader require the following parameters: -u <username> -p <pwd> -e <email>

ThomasTJdev commented 6 years ago

Fixed https://github.com/ThomasTJdev/nim_websitecreator/commit/5e6d547152bdcdc67d0de05cf1f21ffc9b75d0fe

When using newuser, include: -u:<username>, -p:<password> and -e:<email>