Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Merge requests
!99
Administratietrucjes: part 1: create user form.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Administratietrucjes: part 1: create user form.
23-1-signup-form
into
master
Overview
2
Commits
7
Changes
4
All threads resolved!
Show all comments
Merged
Thom Wiggers
requested to merge
23-1-signup-form
into
master
8 years ago
Overview
2
Commits
7
Changes
4
All threads resolved!
Show all comments
Expand
Relates to
#23 (closed)
part 1
0
0
Merge request reports
Compare
master
version 3
8e83af4e
8 years ago
version 2
392f82ba
8 years ago
version 1
a17c893e
8 years ago
master (base)
and
latest version
latest version
a76b36a5
7 commits,
8 years ago
version 3
8e83af4e
6 commits,
8 years ago
version 2
392f82ba
6 commits,
8 years ago
version 1
a17c893e
5 commits,
8 years ago
4 files
+
75
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
website/members/templates/members/email/welcome.txt
0 → 100644
+
14
−
0
Options
{% load i18n %}{% blocktrans trimmed %}Dear {{ user.get_full_name }},
Welcome to Study Association Thalia! You now have an account and can
log in at https://thalia.nu/. This is your username and password:
Your username is: {{ user.username }}
Your password is: {{ password }}
Please also check the information on your profile.
Cheers,
Thalia
{% endblocktrans %}
Loading