Skip to content

Implement handling of invalid request markers in create_user as well#607

Open
jonasbardino wants to merge 1 commit into
nextfrom
adjust/handle-invalid-markers-in-create_user
Open

Implement handling of invalid request markers in create_user as well#607
jonasbardino wants to merge 1 commit into
nextfrom
adjust/handle-invalid-markers-in-create_user

Conversation

@jonasbardino

Copy link
Copy Markdown
Contributor

Implement handling of invalid request markers in create_user as well. That is, make sure that the field does not end up in user DB and that requests detected as invalid during signup/renew are also rejected if handled manually by site admins like they are by the janitor.
Add a couple of unit tests to verify invalid is honored for new accounts and for account renewals, while also assuring that valid requests still work and don't result in an (empty list) invalid field in the user DB.

…ell. That

is, make sure that the field does not end up in user DB and that requests
detected as invalid during signup/renew are also rejected if handled manually
by site admins like they are by the janitor.
Add a couple of unit tests to verify `invalid` is honoured for new accounts and
for account renewals, while also assuring that valid requests still work and
don't result in an (empty list) `invalid` field in the user DB.
@jonasbardino jonasbardino self-assigned this Jul 20, 2026
@jonasbardino jonasbardino added the enhancement New feature or request label Jul 20, 2026
@jonasbardino jonasbardino linked an issue Jul 20, 2026 that may be closed by this pull request
@jonasbardino
jonasbardino marked this pull request as ready for review July 20, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create user should also handle invalid markers from sign up

1 participant