feat(admin): add option to send request with non authentication to se…
Created by: xflord
…rvice methods
- all methods from openapi are now generated with optional parameter 'useNon', which if set to true sends the request to the backend server as 'non' instead of the usual (oauth, krb...)
- this was achieved by modifying the default openapi-generator template, see https://openapi-generator.tech/docs/templating/ for more info
- used the new 'useNon' parameter in methods for password reset via token and password strength check, fixing the password reset page when using token.