adapt-security / adapt-authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
http://adaptlearning.org
10 stars 5 forks source link

Need to decide on default config schema values #539

Closed taylortom closed 1 year ago

taylortom commented 1 year ago

Auth

We need to decide on how strict we want to be by default. I've set up the rules to match

The migration process imports the old passwords as-is, but any new passwords/password changes will have to conform to the new rules. The localauth config offers the following (defaults in brackets):

TODO

Directories

All dirs have been set up to be relative to data and temp, which are currently situated inside the src root, but we may want to change this (possbily outside of the src, see https://github.com/adapt-security/adapt-authoring/issues/500, or maybe in a single folder in the src? i.e. APP_DATA/data, APP_DATA/temp).

We only need to change the following:

taylortom commented 1 year ago

Have bumped password length to 12, will leave the rest as-is