Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: Test user["status"] at one place #1292

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

phorward
Copy link
Member

This change avoids special-cases as described in #1082 and also fixes a little bug in the password recovery process. Closes #1082.

This change avoids special-cases as described in viur-framework#1082 and also fixes a little bug in the password recovery process.
@phorward phorward added the bug(fix) Something isn't working or address a specific issue or vulnerability label Oct 22, 2024
@phorward phorward added this to the ViUR-core v3.7 milestone Oct 22, 2024
src/viur/core/modules/user.py Show resolved Hide resolved
src/viur/core/modules/user.py Show resolved Hide resolved
@phorward phorward requested a review from sveneberth October 22, 2024 19:54
@phorward phorward merged commit 99e4a9c into viur-framework:develop Oct 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug(fix) Something isn't working or address a specific issue or vulnerability
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

chore: self._user_module.render.login gets loginFailed and accountStatus parameters - why?
3 participants