aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/auth
Commit message (Collapse)AuthorAgeFilesLines
* UX + Security current user password reset (#5042)AJ ONeal2019-04-182-4/+5
| | | | | | | | | | | | | | * allow current user to reset their own password * handle reset password edge cases properly and consistently * remove dangling assignment * properly label account recovery instead of reset password * remove 'Click here' from button * update English-only account-recovery templates
* Make distinction between DisplayName and Username in email templates (#6495)mrsdizzie2019-04-044-8/+8
| | | | | | | | | | | | | | | | | | * Make distinction between DisplayName and Username in email templates Store the actual username in the variable named Username and store the separate DisplayName in another variable. This allows us to access the actual username when we need, which currently fails if a user has set a full name. Fixes #6161 * Use u.Name directly No need for extra function, also change use in all mail sending functions here * Don't include Username when not used
* Add `noreferrer` to rel='noopener` for <a> tags (#4328)cezar972018-07-034-4/+4
|
* Mention the possibility of resetting the password for new accounts (#3812)Michael Kuhn2018-04-191-0/+1
| | | | | 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).
* Fix copy in email templates (#2801)Arif2017-10-292-2/+2
|
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-293-3/+3
| | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* Removed email copyright year (#1348)Jonas2017-03-214-4/+4
|
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-024-4/+4
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-164-19/+19
|
* Indent all templates with tabsAdam Strzelecki2015-12-084-33/+33
| | | | | | | | | | | | 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
* fix #1979Unknwon2015-11-181-0/+1
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-252-22/+13
|
* finish new auth e-mailsUnknwon2015-09-172-56/+23
|
* user gomail and new activate account email tplUnknwon2015-09-173-60/+31
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* Template for email activation emailPeter2014-12-171-0/+30
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-133-3/+3
|
* In progress of name template name constantUnknown2014-06-221-0/+0
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-203-10/+10
| | | | American English.
* Add reset password, fix #58Unknown2014-04-052-25/+33
|
* Finish verify emailUnknown2014-03-193-32/+40
|
* Add register mail tplUnknown2014-03-193-0/+83