gitbucket / gitbucket

A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
https://gitbucket.github.io/
Apache License 2.0
9.14k stars 1.25k forks source link

Passwords cannot contain exclamation mark (!) #1811

Closed kurdtpage closed 6 years ago

kurdtpage commented 6 years ago

Issue

Impacted version: 4.19.3

Deployment mode: Standalone app using java -jar gitbucket.war, using apache 2, accessed via http://localhost:8080

Problem description: Passwords cannot contain an exclamation mark (!). It says: "Password contains invalid character." in red

aadrian commented 6 years ago

@kurdtpage this is not a bug, but a feature. See https://github.com/gitbucket/gitbucket/issues/1654

kurdtpage commented 6 years ago

Great, thanks