We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After setting smtp details while sending emails there is error :
failed to find template: auth/confirmation.text
We are using clean theme for auth .
failed to find template: auth/confirmation.text TO: [email protected] Subject: Please confirm your account
Content-Type: text/html; charset=UTF-8
Please click on the below link to validate your email address:
http://localhost:7000/auth/password/confirm?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm92aWRlciI6InBhc3N3b3JkIiwidXNlcmlkIjoiMzE0IiwianRpIjoidGVzdDFAdGVzdC5jb20iLCJzdWIiOiJjb25maXJtIn0.UDQennBXY_0k9qaL-YhagVleeh-yoK_1NBXxn7gA6L4
The text was updated successfully, but these errors were encountered:
Fix issue qor#11 and copy pull qor#14
b58ee74
auth/confirmation.text.tmpl
auth/confirmation.txt.tmpl
*.text.tmpl
Sorry, something went wrong.
I created a fork of qor where I committed several fixes/pull requests to make it work. Available at, https://github.com/qorpress/qorpress-auth-example
No branches or pull requests
After setting smtp details while sending emails there is error :
failed to find template: auth/confirmation.text
We are using clean theme for auth .
failed to find template: auth/confirmation.text
TO: [email protected]
Subject: Please confirm your account
Content-Type: text/html; charset=UTF-8
Please click on the below link to validate your email address:
http://localhost:7000/auth/password/confirm?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm92aWRlciI6InBhc3N3b3JkIiwidXNlcmlkIjoiMzE0IiwianRpIjoidGVzdDFAdGVzdC5jb20iLCJzdWIiOiJjb25maXJtIn0.UDQennBXY_0k9qaL-YhagVleeh-yoK_1NBXxn7gA6L4
The text was updated successfully, but these errors were encountered: