Closed mohierf closed 5 years ago
This will fix the dual cookie problem and clean the login functions in module.py This contains also modifications to make the currentlry dahsboard view really functional.
Too much stuff, I will not be able to review and merge. Please split this in at least 4 PRs :
app.request.environ['USER']
app.request.environ.get('USER', None)
This will fix the dual cookie problem and clean the login functions in module.py This contains also modifications to make the currentlry dahsboard view really functional.