Eamonn O'Brien-Strain
b24b71c0a4
[feature] Include password strength in error message when password strength is too low ( #550 )
...
* When password validation fails, return how close to enough entropy it has.
* Shorter version of low-strength password error message
2022-05-09 10:31:46 +02:00
tobi
ef5a9256a8
Extend license notices to 2022 ( #354 )
2021-12-20 18:42:19 +01:00
tobi
e2daf0f012
Add Accept
header negotiation to relevant API endpoints ( #337 )
...
* start centralizing negotiation logic for API
* swagger document nodeinfo endpoint
* go fmt
* document negotiate function
* use content negotiation
* tidy up negotiation logic
* negotiate content throughout client api
* swagger
* remove attachment on Content
* add accept header to test requests
2021-12-11 17:50:00 +01:00
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