Skip to content

Conversation

@moggers87
Copy link
Contributor

This fixes issue #4 and builds on top of PR #19 (which should be reviewed first)

  • Adds a new option, ANON_AS_LOGGED_IN.
  • When set, anonymous sessions are treated the same way logged in sessions are
  • The anonymous decorators will return the view untouched if ANON_AS_LOGGED_IN
  • All the above is tested

Introduced a new setting "ANON_AS_LOGGED_IN" - if set to True,
anonymous users will be treated the same way logged in users are.
Additionally, anonymous decorators will be ignored.
* config file for Travis CI
* updates to how runtests.sh script works - it now returns the exit code
  of the tests rather than 0
@moggers87
Copy link
Contributor Author

I've changed my mind and realised I've done this the wrong way around.

@moggers87 moggers87 closed this Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant