ChicoState / open-source-security-camera

This project is being developed to provide an alternative home security monitoring system with an emphasis on user data rights and privacy.
MIT License
10 stars 5 forks source link

Duplicate Login / Join Files #68

Closed DJ-IRL closed 2 years ago

DJ-IRL commented 2 years ago

In some strange twist of fate, we have some duplicate-function files. Specifically our login, join, and other core function files have duplicate templates.

This is confusing and it is unclear which one is the "working" one.

To Reproduce Steps to reproduce the behavior:

  1. Go to terminal of your choice
  2. Look at our /osCam/templates/ directory
  3. Scroll down to core/ and user/ (there are the dups)
  4. See error

Expected behavior A clear and concise layout for templates. We don't need many webpages, so the hierarchy should not be too complex.

Zalymo commented 2 years ago

found no other duplicate files aside from join.html. it seems that login.html and join.html somehow got duplicated into the templates/user folder. everything else in that folder should be there (profile.html, settings.html)