WomenPlusPlus / deploy-impact-22-wikimini-b

Repository for The Wiki Factory team (wikimini-b) for deploy(impact) 2022
GNU General Public License v3.0
0 stars 0 forks source link

[Backend] Password recovery #83

Open lucianak opened 1 year ago

lucianak commented 1 year ago

Functions:

lucianak commented 1 year ago

Password recovery on mediawiki: you need to use the API with action=resetpassword, and on an account where you confirmed the email. This needs to be done manually for now, so when you log in e.g. with wikiuser or when you create a new account on the standard mediawiki site, set an email on the standard MediaWiki site and confirm the email you receive, so your account is confirmed. Then you can test the password recovery function through the API sandbox, postman or your code.

lucianak commented 1 year ago

Only password recovery, will probably not be implemented for MVP