WIP: capture password on registration (configurable)

This commit is contained in:
2018-03-06 18:02:24 +01:00
parent 2f0d1fc6b3
commit 4d7da867ca
2 changed files with 37 additions and 19 deletions

View File

@@ -14,6 +14,9 @@ $config = [
// optional: Do you have a place where howTo's are located? If not leave this value out
"howToURL" => "https://my-url-for-storing-howTos.net",
// When you want to collect the password on registration set this to true
"getPasswordOnRegistration" => false,
// to define where the data should be stored:
"databaseURI" => "sqlite:" . dirname(__FILE__) . "/db_file.sqlite",
// credentials for sqlite not used