You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'cont': "This email serves to notify you that the user {{ user.username }} has just successfully reset their password at {{ config.DOMAIN }}. If you believe this was a mistake, please contact your system administrator.",
63
73
},
64
74
65
-
'user_registered': {
75
+
'user_registered_admin': {
66
76
'subj': "{{ config.SITE_NAME }} User Registered",
67
77
'cont': "This email serves to notify you that the user {{ username }} has just been registered for this email address at {{ config.DOMAIN }}. Your user has been given the following temporary password:\n\n{{ password }}\n\nPlease login to the system and update this password at your earliest convenience.",
68
78
},
79
+
'user_registered': {
80
+
'subj': "{{ config.SITE_NAME }} User Registered",
81
+
'cont': "This email serves to notify you that the user {{ username }} has just been registered for this email address at {{ config.DOMAIN }}.",
'cont': "You are receiving this message because a user has submitted a request for help at {{ config.DOMAIN }}. You can see the request details below.\n\n****\nUser: {{ user.username }}\nEmail: {{ user.email }}\nTime of Submission: {{ time }}\nCategory: {{ category }}\nSubject: {{ subject }}\nMessage: {{ message }}\n****\n\nYou may reply directly to the user who submitted this request by replying to this email."
subj: "{{ config.SITE_NAME }} User Password Reset"
138
150
cont: |
139
151
This email serves to notify you that the user {{ user.username }} has just successfully reset their password at {{ config.DOMAIN }}. If you believe this was a mistake, please contact your system administrator.
140
-
user_registered:
152
+
user_registered_admin:
141
153
subj: "{{ config.SITE_NAME }} User Registered"
142
154
cont: |
143
155
This email serves to notify you that the user {{ username }} has just been registered for this email address at {{ config.DOMAIN }}. Your user has been given the following temporary password:
144
156
145
157
{{ password }}
146
158
147
159
Please login to the system and update this password at your earliest convenience.
160
+
user_registered:
161
+
subj: "{{ config.SITE_NAME }} User Registered"
162
+
cont: |
163
+
This email serves to notify you that the user {{ username }} has just been registered for this email address at {{ config.DOMAIN }}.
0 commit comments