Michael Kuhn
0150283e9b
Mention the possibility of resetting the password for new accounts ( #3812 )
This solves the problem of administrators creating accounts for users
that then do not know their initial password (without the administrator
sending it to them via some other channel).
7 years ago
Arif
9a2656f66b
Fix copy in email templates ( #2801 )
7 years ago
Jonas Östanbäck
dd3884fdea
xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
8 years ago
Jonas
f9758126ed
Removed email copyright year ( #1348 )
8 years ago
Avelino
f6d91ee381
Fixed project name on repo template mail
8 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
7b4e810eb5
#2854 fix no mail notification when issue is closed/reopened
9 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
9 years ago
Unknwon
b6ca235f27
fix #1979
9 years ago
Unknwon
2374b320dc
#1525 Triggere mailer for admin created accounts
9 years ago
Unknwon
dd571a3573
finish all new template for current ones
9 years ago
Unknwon
1f13c837c0
finish new auth e-mails
9 years ago
Unknwon
a75db8f155
user gomail and new activate account email tpl
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
9 years ago
Peter
f34b04cfc0
Template for email activation email
10 years ago
Mathieu Gagnon
3549fb0ea8
Remove APP_LOGO setting
10 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
10 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago
Unknown
02687cbdf3
Add mail notify for new collaborator
11 years ago
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
11 years ago
Unknown
b7c3b0cc73
Add reset password, fix #58
11 years ago
Unknown
35d473f04a
Finish verify email
11 years ago
Unknown
ddbd2ce152
Add register mail tpl
11 years ago