warn user about block list

This commit is contained in:
Girish Ramakrishnan
2020-08-31 22:12:33 -07:00
parent 39f7a5be70
commit 854010b823

View File

@@ -55,7 +55,7 @@
<form name="blocklistChangeForm" role="form" novalidate ng-submit="blocklist.submit()" autocomplete="off">
<div class="form-group">
<label class="control-label">Blocked IPs and Ranges</label>
<p class="small">Matched addresses will be unable to connect to the server including the mail server, the dashboard and all apps.</p>
<p class="small">Matched addresses will be unable to connect to the server including the mail server, the dashboard and all apps. Be careful not to lock yourself out.</p>
<div class="has-error" ng-show="blocklist.error.blocklist">{{ blocklist.error.blocklist }}</div>
<textarea ng-model="blocklist.blocklist" placeholder="Line separated email address patterns" name="blocklist" class="form-control" ng-class="{ 'has-error': !blocklistChangeForm.blocklist.$dirty && blocklist.error.blocklist }" rows="4"></textarea>
</div>