theme(account): add note about personal data
This commit is contained in:
parent
fa04c65e06
commit
282fde3d9c
|
@ -39,6 +39,9 @@
|
||||||
<input type="text" class="ps-input" id="email" name="email" autofocus value="${(account.email!'')}"/>
|
<input type="text" class="ps-input" id="email" name="email" autofocus value="${(account.email!'')}"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h3>Personal details</h3>
|
||||||
|
<p>Please note that providing identifying data is not required and should be done with great care. At the moment, your first name and last name are only displayed in Nextcloud.</p>
|
||||||
|
|
||||||
<div class="ps-form-group ${messagesPerField.printIfExists('firstName','has-error')}">
|
<div class="ps-form-group ${messagesPerField.printIfExists('firstName','has-error')}">
|
||||||
<label for="firstName" class="ps-form-group--label">${msg("firstName")}</label>
|
<label for="firstName" class="ps-form-group--label">${msg("firstName")}</label>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue