9 Commits

Author SHA1 Message Date
einhornimmond
b41966ee90 add path for reset password request from new frontend 2021-09-08 15:06:52 +02:00
einhornimmond
28d651a2fb change timeout for email resend to 10 Minutes 2021-07-14 11:46:48 +02:00
einhornimmond
fb34135665 prevent query email in our database with reset password function 2021-06-14 17:24:40 +02:00
einhornimmond
a2261f08d0 wait on check email for send password reset email to prevent misuse to find out which emails on server exist 2021-06-14 16:34:06 +02:00
einhornimmond
2d665299c7 use setBaseUrl function instead of hacking getLink function 2021-05-11 11:32:39 +02:00
einhornimmond
c1a89d69c4 fix error with password reset email 2021-05-03 14:56:55 +02:00
einhornimmond
fa48de44af fix bugs which came with merging into master 2021-03-31 19:04:36 +02:00
einhornimmond
913db036f0 update field name 2021-03-24 16:37:58 +01:00
einhornimmond
b73bb64089 add send email function in API for password reset and admin email verification code resend
Describe new function in detail in docu/login_server.api.md.

Made some changes in existing code to have the option to use a custome email text,
not only the pre-formulated texte.

Use a new state for returned json, state = warning.
If function does what expected but still have a error message.
Add the new state in frontend/src/apis/loginAPI.js.
2021-03-24 14:17:58 +01:00