You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new environment setup, users are instructed to manually create a bunch of passwords here. There's no need for this to be done manually.
This should be automated, for instance using a "start new project" script, analogously to Django's startproject. As a reference point, startproject autogenerates SECRET_KEY using a utility, get_random_secret_key(). Ensure generated usernames use a legal character set for the places they'll be used.
In the new environment setup, users are instructed to manually create a bunch of passwords here. There's no need for this to be done manually.
This should be automated, for instance using a "start new project" script, analogously to Django's
startproject
. As a reference point,startproject
autogeneratesSECRET_KEY
using a utility,get_random_secret_key()
. Ensure generated usernames use a legal character set for the places they'll be used.https://dimagi-dev.atlassian.net/browse/SC-299
The text was updated successfully, but these errors were encountered: