restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
943 stars 140 forks source link

Allow underscores in usernames #183

Closed MichaelEischer closed 2 years ago

MichaelEischer commented 2 years ago

What is the purpose of this change? What does it change?

Allow usernames containing underscore again, after they were forbidden by #131.

Was the change discussed in an issue or in the forum before?

Fixes #182

Checklist