8 Commits

Author SHA1 Message Date
einhornimmond
c836bde158
Update frontend/src/apis/loginAPI.js
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-03-29 19:17:41 +02: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
9caf0bb891
dotenv configuration, config for api URLs 2021-03-04 16:39:40 +01:00
94d5dcb778
simplified api code 2021-02-26 21:23:06 +01:00
a717edb4b0
communityAPI, balance, create, transactions, some hooks to the frontend 2021-02-26 21:14:58 +01:00
89205d531f
corrected some comments, new communityAPI stub 2021-02-26 19:32:45 +01:00
b581ebbdab
login upon register,
removed duplicate loginAPI.js
2021-02-26 19:14:07 +01:00
d4530e2b41
implemented loginAPI 2021-02-26 00:36:17 +01:00