summaryrefslogtreecommitdiffstats
path: root/templates/mail
Commit message (Collapse)AuthorAgeFilesLines
* Template for email activation emailPeter2014-12-171-0/+30
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-133-3/+3
|
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | 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.
* In progress of name template name constantUnknown2014-06-221-0/+0
|
* Add mail notify for new collaboratorUnknown2014-05-052-0/+34
|
* 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-38/+17
|
* Add register mail tplUnknown2014-03-194-0/+112