Files
wger/.gitignore
Brad Johnson 0b1619b874 fix(): 404 if a trainer tries to login to a different gym
Rather than just returning "permission denied", we can interpret this scenario
as a "failure to look up a user with that gym/user ID combo".

This should give users the information they need to self-recover, while not
leaking any other sensitive details.

Fixes: #585
2021-03-07 21:31:11 -06:00

72 lines
852 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
settings*.py
*.sqlite
/CACHE
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# IDE
.idea/
# External Libraries
wger/core/static/yarn
node_modules
# Virtual envs
venv
venv-wget
# Dummy file for translations
/wger/i18n.tpl