Register page shows already registered #39
Labels
No Label
backend
bug
db-manager
duplicate
enhancement
help wanted
invalid
kustomize
question
user-support
web-frontend
web-user
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Depends on
#40 Implement an auth-check endpoint
OwlBoard/backend
Reference: OwlBoard/backend#39
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36
Browser: Netscape
BrowserVersion: 5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36
Platform: Linux armv81
Viewport: 384 x 834
User Message:
If not registered, the register page says you are until refreshed.
The registration page is being rewritten to combat this bug.
It was caused by a race condition between the check for a valid UUID and the rendering of the page. If the page rendered before the check was complete then the 'Already Registered' message would be displayed.
The new registration page will, instead, display a 'Checking' message until the check is complete. This should take significantly less than a second.
Issue will remain open until the dependency is met in #40. This rewrite still offers an improvement to the UX without the dependency. No further alterations are required on front-end regarding this issue.