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

Add support for using token in email subject line #135

Closed
jfornear opened this issue Nov 29, 2023 · 2 comments
Closed

Add support for using token in email subject line #135

jfornear opened this issue Nov 29, 2023 · 2 comments

Comments

@jfornear
Copy link

I'm trying to include the code in the email subject like this:

'PASSWORDLESS_EMAIL_SUBJECT': "Your temporary login code is %s",
@jfornear
Copy link
Author

jfornear commented Nov 29, 2023

Looks like we just need to change line 140 in utils.py to email_subject % email_token.key,?

@jfornear
Copy link
Author

#136

@jfornear jfornear changed the title Support for using code in PASSWORDLESS_EMAIL_SUBJECT setting Add support for using token in PASSWORDLESS_EMAIL_SUBJECT setting Nov 29, 2023
@jfornear jfornear changed the title Add support for using token in PASSWORDLESS_EMAIL_SUBJECT setting Add support for using token in email subject line Nov 29, 2023
@jfornear jfornear reopened this Nov 29, 2023
@jfornear jfornear closed this as completed Dec 1, 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

No branches or pull requests

1 participant