adjust email value to external-email
as we want to use the mail attribute for postfix and dovecot it makes sense to rename the existing email attribute. The external-mail attribute can be used for communication from qzwi to members and/or others, e.g. public authorities, political contacts and so on.
This commit is contained in:
parent
c12c58e4dc
commit
d05d01933d
3 changed files with 5 additions and 5 deletions
|
@ -37,9 +37,9 @@
|
|||
</div>
|
||||
|
||||
<div class="row mb-3">
|
||||
<label for="mail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
|
||||
<label for="external-mail" class="form-label col-sm-2">{% trans email %}e-mail address{% endtrans %}</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="email" name="mail" id="mail" value="{{ CURRENT_USER["mail"]|e }}" required class="form-control">
|
||||
<input type="email" name="external-mail" id="external-mail" value="{{ CURRENT_USER["external-mail"]|e }}" required class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue