You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When logging into Flowauth as TEST_USER (using the demo data) and attempting to create a new token, clicking on the (expired) date redirects to the log-in screen instead of allowing me to change the date.
Start flowauth by runningdocker run -p 8000:80 -e DEMO_MODE=1 flowminder/flowauth
Navigate to http://localhost:8000, where you should be presented with the Flowauth login screen.
Log in as TEST_USER (with DUMMY_PASSWORD)
In the panel on the left-hand side, under "My Servers" click on Aruba. The screen shows the "Tokens: Aruba".
Click on the + sign on the right-hand side to begin creating a new token.
Note that under "Token Expiry", beneath the box reading "January 1st 12:00 am" there is a red warning saying "Date should not be before minimal date" (see screenshot below). As an aside, this is not very informative from a user's point of view because it's not clear which year the token refers to.
Click into the box with the date ("January 1st 12:00 am")
Without warning, the screen changes back to the login screen.
Expected behavior
Instead of redirecting to the login screen in step 8. above, I should be able to change the date and create the token.
Screenshots
Here is a screenshot from step 6. above. When I click into the box with the date, I get redirected to the Flowauth login screen.
The text was updated successfully, but these errors were encountered:
Proximal cause is that the dates in the demo data weren’t updated from last year. Should probably reframe them all as deltas not absolute dates, to avoid that happening in future.
(Obvs part of the issue here is that our test coverage for the ui is still insufficient.)
Describe the bug
When logging into Flowauth as
TEST_USER
(using the demo data) and attempting to create a new token, clicking on the (expired) date redirects to the log-in screen instead of allowing me to change the date.Product
Flowauth
Version
Latest master (e03de7b)
To Reproduce
Steps to reproduce the behavior:
flowauth
by runningdocker run -p 8000:80 -e DEMO_MODE=1 flowminder/flowauth
http://localhost:8000
, where you should be presented with the Flowauth login screen.TEST_USER
(withDUMMY_PASSWORD
)Aruba
. The screen shows the "Tokens: Aruba".+
sign on the right-hand side to begin creating a new token.Expected behavior
Instead of redirecting to the login screen in step 8. above, I should be able to change the date and create the token.
Screenshots
Here is a screenshot from step 6. above. When I click into the box with the date, I get redirected to the Flowauth login screen.
The text was updated successfully, but these errors were encountered: