ANUSF / ADAUsers

The ADA user management server.
MIT License
4 stars 0 forks source link

Templating system #41

Closed RohanM closed 13 years ago

RohanM commented 13 years ago

Templates for page content

The undertaking agreement will be stored as a template.

Templates for email content

The following emails will be stored as templates: registration, change password, reset password, undertaking receipt (user and admin emails), study access approval. The following emails will be sourced from the appropriate template, but will be editable by the administrator before sending: study access approval.

Administration

There will be admin pages to list, create, edit and delete templates. Templates are edited with a simple text area. Formatting is created using plain HTML (no GUI tools). Variable substitution (eg. inserting the user's name into an email) will be performed using inline tags such as "{{ @user.name }}".