Changes between Version 2 and Version 3 of AccountServer
- Timestamp:
- 04/30/20 16:41:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountServer
v2 v3 10 10 * DELETE. this is a reset-password request. This takes just the user name (string) and mails the user a new password. This fails with error 500 if the user does not exist or did not set his email properly. 11 11 12 13 If you run this on a tomcat server, the startpage is {{{http://localhost:8080/accountserver/}}}. You get a login prompt 14 15