redirect /remote-users/:username@:hostname -> /users/:id, /remote-users/:hostname/:username -> /users/:id

This commit is contained in:
Hakaba Hitoyo 2019-11-08 22:27:25 +00:00 committed by HJ
parent 2b68134ab0
commit e4820012a3
4 changed files with 67 additions and 0 deletions

View file

@ -172,6 +172,11 @@
"password_confirmation_match": "should be the same as password"
}
},
"remote_user_resolver": {
"remote_user_resolver": "Remote user resolver",
"searching_for": "Searching for",
"error": "Not found."
},
"selectable_list": {
"select_all": "Select all"
},