mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 01:57:59 +00:00 
			
		
		
		
	distinguish disabled user in user list view by row color
This commit is contained in:
		| @@ -9,6 +9,7 @@ upgrading Freposte.io as some changes will include useful notes. | ||||
|  | ||||
| v1.6.1 - unreleased | ||||
| ------------------- | ||||
| - Enhancement: Distinguish disabled user in user list view by row color | ||||
| - Enhancement: Make Unbound drop privileges after binding to port | ||||
| - Enhancement: Create an Authentication Token with IPv6 address restriction ([#829](https://github.com/Mailu/Mailu/issues/829)) | ||||
| - Enhancement: Missing wildcard option in alias flask command ([#869](https://github.com/Mailu/Mailu/issues/869)) | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
|   <th>{% trans %}Last edit{% endtrans %}</th> | ||||
| </tr> | ||||
| {% for user in domain.users %} | ||||
| <tr> | ||||
| <tr {% if not user.enabled %}class="warning"{% endif %}> | ||||
|   <td> | ||||
|     <a href="{{ url_for('.user_edit', user_email=user.email) }}" title="{% trans %}Edit{% endtrans %}"><i class="fa fa-pencil"></i></a>  | ||||
|     <a href="{{ url_for('.user_delete', user_email=user.email) }}" title="{% trans %}Delete{% endtrans %}"><i class="fa fa-trash"></i></a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zhuang Yuyao
					Zhuang Yuyao