mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
Bugfix: Allow usernames containing underscore and more
|
|
|
|
The security fix in rest-server 0.11.0 (#131) disallowed usernames containing
|
|
and underscore "_". The list of allowed characters has now been changed to
|
|
include Unicode characters, numbers, "_", "-", "." and "@".
|
|
|
|
https://github.com/restic/restic/issues/183
|
|
https://github.com/restic/restic/pull/184
|