Markus Weiland

Results 49 comments of Markus Weiland

As reported in that link, skipping recovery media generation and then running a regular software / package update installs a fix for the recovery media tool. Running it with the...

Is this not the same issue as #7?

So what's the next step here? What needs to be done to get a merge decision?

Friendly ping to ask what needs to be done to get this moving again? The PR has been open for three months.

On a similar note, having three successive backtick characters \`\`\` visually renders as a single backtick. This is very confusing when trying to render Markdown code where triple backticks are...

Fyi, in case others have this issue as well, I worked around this by adding my own launcher shell script which I bake into my own Docker image. It kills...

From a general viewpoint, when you think about it, asking users to come up with a unique username when their email address already satisfies the very same uniqueness constraint is...

Fyi, for those who want to set their programmatic username only after registration form validation, it will be necessary to create and apply a custom `validation_groups` configuration, completely replacing the...

@GTheron You're right that unique_id is not random as I said, however I would assume that if you run your application on more than one server in parallel you might...

@xavren Forcing the mail spool to flush worked for me as well, thanks.