sftpgo-mirror/httpd
Nicola Murino 78233ff9a3
web UI/REST API: add password reset
In order to reset the password from the admin/client user interface,
an SMTP configuration must be added and the user/admin must have an email
address.
You can prohibit the reset functionality on a per-user basis by using a
specific restriction.

Fixes #597
2021-11-13 13:25:43 +01:00
..
schema web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
api_admin.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
api_defender.go REST API: add support for API key authentication 2021-08-17 18:08:32 +02:00
api_events.go REST API: add events search 2021-10-23 15:47:21 +02:00
api_folder.go refactor custom actions 2021-10-10 13:08:05 +02:00
api_http_user.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
api_keys.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
api_maintenance.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
api_mfa.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
api_quota.go add basic REST APIs for data retention 2021-09-25 12:20:31 +02:00
api_retention.go REST API: add events search 2021-10-23 15:47:21 +02:00
api_shares.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
api_user.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
api_utils.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
auth_utils.go WebClient/REST API: add sharing support 2021-11-06 14:13:20 +01:00
file.go users API: add API to create, delete, rename files and directories 2021-07-23 10:19:27 +02:00
handler.go refactor custom actions 2021-10-10 13:08:05 +02:00
httpd.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
httpd_test.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
internal_test.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
middleware.go add builtin two-factor auth support 2021-09-04 12:11:04 +02:00
resetcode.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
server.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
web.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
webadmin.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00
webclient.go web UI/REST API: add password reset 2021-11-13 13:25:43 +01:00