micro-users 1.8.6__py3-none-any.whl → 1.8.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of micro-users might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.8.6
3
+ Version: 1.8.7
4
4
  Summary: Arabic Django user management app with abstract user, permissions, and activity logging
5
5
  Home-page: https://github.com/debeski/micro-users
6
6
  Author: DeBeski
@@ -107,12 +107,12 @@ TEMPLATES = [
107
107
  ]
108
108
  ```
109
109
 
110
- 3. Set custom user model in `settings.py`:
110
+ 4. Set custom user model in `settings.py`:
111
111
  ```python
112
112
  AUTH_USER_MODEL = 'users.CustomUser'
113
113
  ```
114
114
 
115
- 4. Include URLs in your main project folder `urls.py`:
115
+ 5. Include URLs in your main project folder `urls.py`:
116
116
  ```python
117
117
  urlpatterns = [
118
118
  ...
@@ -120,7 +120,7 @@ urlpatterns = [
120
120
  ]
121
121
  ```
122
122
 
123
- 5. Run migrations:
123
+ 6. Run migrations:
124
124
  ```bash
125
125
  python manage.py migrate users
126
126
  ```
@@ -183,21 +183,6 @@ users/
183
183
  ### Replacing Login Logo
184
184
  To replace the default login logo, simply place your own `login_logo.webp` image in your project's static directory at `static/img/login_logo.webp`.
185
185
 
186
- ### Theme Configuration
187
- You can configure the login page colors by defining `MICRO_USERS_THEME` in your project's `settings.py`. This dictionary overrides the default CSS variables.
188
-
189
- ```python
190
- MICRO_USERS_THEME = {
191
- 'right_bg': '#474745',
192
- 'left_bg': 'white',
193
- 'selection_bg': '#dbdbdb',
194
- 'gradient_start': '#a2a2a7',
195
- 'gradient_end': '#474745',
196
- # Additional keys supported:
197
- # 'selection_moz_bg', 'left_shadow', 'right_shadow', 'right_text',
198
- # 'label_color', 'input_text', 'submit_color', 'submit_focus', 'submit_active'
199
- }
200
- ```
201
186
 
202
187
  ## Version History
203
188
 
@@ -233,3 +218,4 @@ MICRO_USERS_THEME = {
233
218
  | v1.8.4 | • **Strict CSP**: Refactored inline JS event handlers to use Event Listeners, fully resolving CSP violation errors |
234
219
  | v1.8.5 | • **Optional Scopes**: Added ability for Superusers to toggle Scope system ON/OFF via User Management interface |
235
220
  | v1.8.6 | • **Strict CSP Repair**: Fixed remaining inline event handlers in User Management pages (`manage_users`, `scope_form`) that were violating CSP directives, moving all logic to external `manage_users.js` |
221
+ | v1.8.7 | • Fixed a couple of template title mismatches |
@@ -27,9 +27,9 @@ users/static/users/js/login.js,sha256=PmUXzsb1OYKne6XPZwolbTLWEZsl77J0pgRYakam1W
27
27
  users/static/users/js/manage_users.js,sha256=3Pr3DUNmb-ZE1pHTGcrZRPSgXrXaPcRdSTEyq4fFb5w,6021
28
28
  users/static/users/js/permissions.js,sha256=ILGKe8sNYS4p-dW-hAzhZ29UKSJwntw3B2NLciwR_Uk,3884
29
29
  users/templates/registration/login.html,sha256=P-oUVjO6dd9AYJ_fAkGuJQm6JflqrAoVz7oAzvJYLbY,2958
30
- users/templates/users/manage_users.html,sha256=yKqQGOZAcTUctdxwuhTiREtJetXe6kaV3YGAenueCVs,6042
31
- users/templates/users/user_activity_log.html,sha256=nKVOvmkbVjGWZZyYNJahs7drWQFh_hvyUDWuauwJV6U,571
32
- users/templates/users/user_detail.html,sha256=FAPQYXr5qNgzaZ-mAnaNoCb8dVsUHtj_hY87ZYO9_d0,5302
30
+ users/templates/users/manage_users.html,sha256=DGy-uam1dYofrcubbwYSLaIzp5dYuCjyxobqADqTx6A,6023
31
+ users/templates/users/user_activity_log.html,sha256=RnNgzk8NzIVqm5kX2Dl6XxtvGSD_I0rU8ZQVFNvgMwI,561
32
+ users/templates/users/user_detail.html,sha256=DOIcDg6NcrVXSyYruN-QoRvC7Gy4hOhnrdgMZUO8oAU,5358
33
33
  users/templates/users/user_form.html,sha256=jcyI7OQZOY4ue4DajPtfjAt2SmAYO5ZgHNOqTp2-FO0,1352
34
34
  users/templates/users/partials/scope_actions.html,sha256=seGpp59rnVk523pA3lpNyKGgDfZzsgO1sw4Umdr-86I,276
35
35
  users/templates/users/partials/scope_form.html,sha256=ZQZB3XLLGeHHT82uhm0XxqLk5nYiP59X01W3MivtgLo,718
@@ -38,8 +38,8 @@ users/templates/users/partials/user_actions.html,sha256=c1VzRy0xogAwDdMG2pBdkzJ9
38
38
  users/templates/users/profile/profile.html,sha256=qeJwePWaTc9zGiaXoxId8DqLIQsTc4vuDCNxL50eyz0,5374
39
39
  users/templates/users/profile/profile_edit.html,sha256=hhltTIdl62NNX290nFNZcQwbW1idXEU_DYlrAp07MWk,5242
40
40
  users/templates/users/widgets/grouped_permissions.html,sha256=4xhrCnp7UxkZetTU9sezVRZaSn61-Ar9iCbdtufGSis,4100
41
- micro_users-1.8.6.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
42
- micro_users-1.8.6.dist-info/METADATA,sha256=SOC2z6mtd2tEg06z6i4bunLhhQTiyj_swH_6JfMhwWg,12116
43
- micro_users-1.8.6.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
44
- micro_users-1.8.6.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
45
- micro_users-1.8.6.dist-info/RECORD,,
41
+ micro_users-1.8.7.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
42
+ micro_users-1.8.7.dist-info/METADATA,sha256=6YkiWACoPGjLf2ET5whrYmJwQs4ZAMPP5FNFybVs0LQ,11625
43
+ micro_users-1.8.7.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
44
+ micro_users-1.8.7.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
45
+ micro_users-1.8.7.dist-info/RECORD,,
@@ -3,7 +3,7 @@
3
3
  {% load static %}
4
4
  {% load crispy_forms_tags %}
5
5
 
6
- {% block title %}الاعدادت - إدارة المستخدمين{% endblock %}
6
+ {% block title %}إدارة المستخدمين{% endblock %}
7
7
 
8
8
  {% block content %}
9
9
  <link rel="stylesheet" href="{% static 'users/css/style.css' %}">
@@ -3,7 +3,7 @@
3
3
  {% load static %}
4
4
  {% load crispy_forms_tags %}
5
5
 
6
- {% block title %}الاعدادت - السجل{% endblock %}
6
+ {% block title %}سجل النشاط{% endblock %}
7
7
 
8
8
  {% block content %}
9
9
  <link rel="stylesheet" href="{% static 'users/css/style.css' %}">
@@ -2,7 +2,7 @@
2
2
  {% load crispy_forms_tags %}
3
3
  {% load django_tables2 %}
4
4
  {% load static %}
5
-
5
+ {% block title %}تفاصيل مستخدم{% endblock %}
6
6
  {% block content %}
7
7
 
8
8
  <link rel="stylesheet" href="{% static 'users/css/detail.css' %}">