Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email pw #85

Merged
merged 3 commits into from
Mar 30, 2023
Merged

email pw #85

merged 3 commits into from
Mar 30, 2023

Conversation

norrland
Copy link
Contributor

  • Email EditAccount no longer takes password parameter
  • EmailAccount contains a generated password on new accounts
  • Implement email/resetpassword endpoint

When creating a new email account you will receive a generated password
from the API.

The password field in EmailAccount is set to 'omitempty' as it's used when
listing email accounts as well. But the API will not return passwords
there.
Call the endpoint with the emailaccount as parameter, returns a generated
password from the API.
@norrland norrland merged commit 1e2bd63 into master Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants