Email or username:

Password:

Forgot your password?
Gregory

Why is this a thing on git.activitypub.dev? We all know password complexity requirements have nothing to do with security. Btw, this is configurable in gitea: docs.gitea.io/en-us/config-che

cc @cj @pukkamustard

4 comments
cj πŸ‡ΊπŸ‡ΈπŸ‡¨πŸ‡­

@grishka It's probably the default config option for the DigitalOcean droplet deployment. I haven't touched most of the config, except the sendmail related ones.

@pukkamustard

cj πŸ‡ΊπŸ‡ΈπŸ‡¨πŸ‡­

@grishka I've updated the config and restarted the app. The PASSWORD_COMPLEXITY wasn't specified, so it should have been defaulting to "off", which clearly wasn't the case.

@pukkamustard

Go Up