Changelog¶
v0.4.0¶
Breaking Changes¶
- #44: Rename
email-verification-request-createandemail-verification-createURLs toemail-verification-request-listandemail-verification-list, respectively.
Features¶
- #32: Link to frontend pages for resetting passwords and verifying
email addresses. These links are specified with the
PASSWORD_RESET_URLandEMAIL_VERIFICATION_URLsettings, respectively. - #36: Add endpoint to verify an email address to the provided REST interface.
- #38: Add endpoint to resend a verification email to the provided REST interface.
- #39: Add endpoints to request a password reset and reset a password.
v0.3.1¶
v0.3.0¶
Breaking Changes¶
- #23: The default ordering of EmailVerification instances has been switched
from
email__normalized_address(doesn’t exist) totime_created.