]> source.dussan.org Git - gitea.git/commit
Add admin edit user
authorUnknown <joe2010xtmf@163.com>
Fri, 21 Mar 2014 10:15:58 +0000 (06:15 -0400)
committerUnknown <joe2010xtmf@163.com>
Fri, 21 Mar 2014 10:15:58 +0000 (06:15 -0400)
commit30618b271aab40d29a6d34cb4e06c8d28fa74d18
tree975ea9f2770c20f7b8b8f5ca2fffaf9deb95b0a5
parente67653cf13857f671de9bf6279453f99cdd60d11
Add admin edit user
12 files changed:
conf/app.ini
conf/gitignore/C++ [new file with mode: 0644]
conf/license/Artistic License 2.0 [new file with mode: 0644]
modules/auth/admin.go [new file with mode: 0644]
modules/auth/user.go
routers/admin/user.go
routers/user/setting.go
templates/admin/users.tmpl
templates/admin/users/edit.tmpl [new file with mode: 0644]
templates/admin/users/new.tmpl
templates/user/setting.tmpl
web.go