Fediseer / FediseerGUI

GUI for fediseer.com
MIT License
12 stars 7 forks source link

Allow resetting API key directly on the UI #187

Closed db0 closed 3 months ago

db0 commented 3 months ago

The password reset endpoint supports returning the new API key directly to the user (as opposed to PMing it to the admin), by setting "return_new_key": true on the PATCH.

This is used when the admin does not receive the PM for any reason, or if they need to reset it without getting the password stored in their DB

RikudouSage commented 3 months ago

It's done like that already (see here). I don't think it's used without it anywhere in the code. Feel free to reopen if I missed something.

db0 commented 3 months ago

Ah ok, so the GUI always returns it directly on the browser? Gotcha.