Functioning user creation, notifications,

Fixed password validation for new users, add invite route, couple other
fixes.
This commit is contained in:
Harvey Tindall
2020-07-31 12:48:37 +01:00
parent d8fb6e5613
commit 961b9afa75
19 changed files with 469 additions and 108 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
A user was created using code {{ code }}.
A user was created using code {{ .code }}.
Name: {{ username }}
Address: {{ address }}
Time: {{ time }}
Name: {{ .username }}
Address: {{ .address }}
Time: {{ .time }}
Note: Notification emails can be toggled on the admin dashboard.