go-quasar-partial-ssr/backend/internal
fabio b3741f86c8 Add signup and email templates for user registration and password reset
- Created a new HTML file for the signup page at `backend/spa/signup/index.html`.
- Added HTML and plain text templates for password reset emails at `backend/templates/mailTemplates/password_reset.html.tmpl` and `backend/templates/mailTemplates/password_reset.txt.tmpl`.
- Added HTML and plain text templates for registration confirmation emails at `backend/templates/mailTemplates/registration.html.tmpl` and `backend/templates/mailTemplates/registration.txt.tmpl`.
2026-04-05 20:46:35 +02:00
..
admin Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
auth Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
authorization Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
config Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
db first commit 2026-03-16 20:03:59 +01:00
helpers Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
mail first commit 2026-03-16 20:03:59 +01:00
models feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
responses Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
roles Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
routes Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
seed Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
systemUtils Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
tokens Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
tsgenerator first commit 2026-03-16 20:03:59 +01:00
user Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
validation Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00