Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Random logouts #1912

Open
Fizz11 opened this issue Oct 22, 2020 · 1 comment
Open

Random logouts #1912

Fizz11 opened this issue Oct 22, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@Fizz11
Copy link
Contributor

Fizz11 commented Oct 22, 2020

Description
Users have reported scale randomly logging them out. they will be clicking around and suddenly end up at the login page.
Reproduction Steps
???

Expected behavior
users should stay logged in for the duration of their session

Version and Environment Details
scale 7

@Fizz11 Fizz11 added the bug label Oct 22, 2020
@Fizz11 Fizz11 added this to the Sprint 15 milestone Oct 22, 2020
@Fizz11 Fizz11 self-assigned this Oct 22, 2020
@mheppner
Copy link
Contributor

Do we have a SECRET_KEY defined? If it isn't set, the boot script will generate a new one each time the service is redeployed:

export SCALE_SECRET_KEY=`python -c "import random;import string;print(''.join(random.SystemRandom().choice(string.hexdigits) for _ in range(50)))"`

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants