user.utils ========== .. py:module:: user.utils Functions --------- .. autoapisummary:: user.utils.password_reset_url Module Contents --------------- .. py:function:: password_reset_url(user: onegov.user.User, request: onegov.core.request.CoreRequest, url: str) -> str | None Appends the token needed by PasswordResetForm for a password reset. :user: The user (model). :request: The request. :url: The URL which points to the password reset view (which is using the PasswordResetForm). :return: An URL containg the password reset token, or None if unsuccesful.