srayner / uranium

Application to tweet github activity.
1 stars 0 forks source link

The new editable application settings are not secure. #1

Open srayner opened 8 years ago

srayner commented 8 years ago

The new settings can now be viewed and editing using web forms. These new settings are not used yet, and before we can use them we need to secure them.

If we add the zfcUser module we can ensure users have to log in before they can access these new settings.

Once the settings have been secured behind a password, we can then start using them to drive the application. As opposed to the current config file.

srayner commented 8 years ago

Added the CivUser module, but needs configuring.