Skip to content

Fix reset_key generation#60

Merged
jguo144 merged 1 commit intorelease-v2.9.11-opengov-py3.11from
jguo144/2025-12-15/fix-reset_key-generation
Dec 16, 2025
Merged

Fix reset_key generation#60
jguo144 merged 1 commit intorelease-v2.9.11-opengov-py3.11from
jguo144/2025-12-15/fix-reset_key-generation

Conversation

@jguo144
Copy link
Copy Markdown
Collaborator

@jguo144 jguo144 commented Dec 16, 2025

Description

The reset_key was being stored as the string representation of a bytes string, which caused the password reset link in emails to lead to a 404 page. Instead it should be stored as a plain string.

The reset_key was being stored as the string representation of a bytes string. Instead we should store it as the decoded string.
Copy link
Copy Markdown

@orca-security-us orca-security-us Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@jguo144 jguo144 enabled auto-merge (squash) December 16, 2025 00:15
@jguo144 jguo144 merged commit 5b25802 into release-v2.9.11-opengov-py3.11 Dec 16, 2025
1 check passed
@jguo144 jguo144 deleted the jguo144/2025-12-15/fix-reset_key-generation branch December 16, 2025 16:22
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.

2 participants