gotosocial/internal/processing/user
tobi 107685e22e
User password change (#280)
* start passwordChangeHandler

* add user scope

* add user module / api path

* add password change request

* make comment clearer

* add user to processor

* required true

* add processor call to handler

* don't pass tc or channel

* change password func + tests

* add some first docs about password management

* update swagger docs

* add api tests

* go fmt

* test fixes
2021-10-14 14:26:04 +02:00
..
changepassword.go User password change (#280) 2021-10-14 14:26:04 +02:00
changepassword_test.go User password change (#280) 2021-10-14 14:26:04 +02:00
user.go User password change (#280) 2021-10-14 14:26:04 +02:00
user_test.go User password change (#280) 2021-10-14 14:26:04 +02:00