1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Add user registration policy info

This commit is contained in:
Chocobozzz 2023-01-23 11:08:42 +01:00
parent 4115f20084
commit ff71e06ad1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 17 additions and 4 deletions

View file

@ -18,10 +18,9 @@
</tr>
<tr>
<th i18n class="label" scope="row">User registration allowed</th>
<td>
<my-feature-boolean [value]="serverConfig.signup.allowed"></my-feature-boolean>
</td>
<th i18n class="label" scope="row">User registration</th>
<td class="value">{{ buildRegistrationLabel() }}</td>
</tr>
<tr>