ADD 其他平台(如trusitie平台)登录后将用户密码同步到gitea平台对应的用户

This commit is contained in:
Jasder
2020-04-22 15:59:40 +08:00
parent 3dbdb5ead4
commit 3b6cbacbd1
2 changed files with 15 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ Rails.application.routes.draw do
get :list
post :sync_token
get :projects
post :sync_gitea_pwd
end
scope module: :users do