From 7e15a1353ca2a0f2168619f30864b14f5b40098b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 8 Jun 2020 20:18:04 +0000 Subject: [PATCH] Changelog entry for 7.3.0 - Legacy-Id: 17943 --- changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/changelog b/changelog index 9240dbc99..54b48aedc 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,34 @@ +ietfdb (7.3.0) ietf; urgency=medium + + **API for account creation triggered by meeting registration** + + * Added a new API endpoint to be used by the registration system, to trigger + account creation. + + * Refactored some account creation code to re-use the email sending part in + the registration system notification api for new meeting registrations. + + * Updated the email template that goes out for password setting on account + creation, to give directions also for the case when the user already has a + pre-existing account. Updated a test to match. + + * Added a showapikeys management command, to be able to easily list existing + API keys. + + * Added a migration to create login and person records for the new + mail-archive and registration-system accounts. + + * Added a new role 'Robot', for use with reg-system and mail-archive API + accesses. + + * Added reg_type and ticket_type to the MeetingRegistration model. + + * Updated a patch for oidc_provider, to remove tzinfo in a default datetime + value. + + -- Henrik Levkowetz 08 Jun 2020 20:17:59 +0000 + + ietfdb (7.2.0) ietf; urgency=medium **Support for OpenID and OAuth2**