Closed
Description
- Gitea version (or commit ref): 1.9.0+rc2-19-gd4044b9c9
- Git version: git version 1.9.5.msysgit.1
- Operating system: Windows Server 2012 R2
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
2019/08/05 09:50:47 ...uters/admin/users.go:255:DeleteUser() [E] DeleteUser: rename C:\Users\Administrator\.ssh\authorized_keys.tmp C:\Users\Administrator\.ssh\authorized_keys: The process cannot access the file because it is used by another process.
2019/08/05 09:50:47 ...s/context/context.go:137:HTML() [D] Template: status/500
[Macaron] 2019-08-05 09:50:47: Completed POST /admin/users/10/delete 500 Internal Server Error in 36.1925ms
Description
If you click on "Delete user", the upper error is thrown in the log. There is no hint in the user interface that something did not work. No SSH server is running on the computer and the internal SSH server is deactivated. Gitea is running with administrative privileges, so all access rights should be present.