diff options
author | Anton Tananaev <anton@traccar.org> | 2024-01-07 12:13:47 -0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-01-07 12:13:47 -0800 |
commit | 346a860b0aae7097445aa5aa22f37a88d9d7955e (patch) | |
tree | 520d427da83bd5f5fde19f86bedc8813fbcd95be /templates/full/userExpiration.vm | |
parent | c15525531bbdc953b0c11e5365540f68b0da1e4e (diff) | |
download | trackermap-server-346a860b0aae7097445aa5aa22f37a88d9d7955e.tar.gz trackermap-server-346a860b0aae7097445aa5aa22f37a88d9d7955e.tar.bz2 trackermap-server-346a860b0aae7097445aa5aa22f37a88d9d7955e.zip |
User and device expiration emails
Diffstat (limited to 'templates/full/userExpiration.vm')
-rw-r--r-- | templates/full/userExpiration.vm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/full/userExpiration.vm b/templates/full/userExpiration.vm new file mode 100644 index 000000000..43fe2563e --- /dev/null +++ b/templates/full/userExpiration.vm @@ -0,0 +1,7 @@ +#set($subject = "Account expiration") +<!DOCTYPE html> +<html> +<body> +Your user account has expired. +</body> +</html> |