related to #2158 update user and guest pop in

- Implementation of a new modal for modifying a user or guest
- Addition of a function to allow plugins to add a tab to the new user modal
- Fix bug: "badger-number" is updated when a user is added or deleted
- Fix bug: When the user who is editing has permissions to delete the user he is modifying, the delete icon is now displayed correctly
- Added a new api method for modifying the main user and generating a link to reset a password
- Passed $conf[‘webmaster_id’] in database configuration
This commit is contained in:
Linty
2024-05-31 18:03:53 +02:00
parent 158e99573b
commit 27cd5cde9e
26 changed files with 2144 additions and 467 deletions
+8 -7
View File
@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?35196472');
src: url('../font/fontello.eot?35196472#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?35196472') format('woff2'),
url('../font/fontello.woff?35196472') format('woff'),
url('../font/fontello.ttf?35196472') format('truetype'),
url('../font/fontello.svg?35196472#fontello') format('svg');
src: url('../font/fontello.eot?65786956');
src: url('../font/fontello.eot?65786956#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?65786956') format('woff2'),
url('../font/fontello.woff?65786956') format('woff'),
url('../font/fontello.ttf?65786956') format('truetype'),
url('../font/fontello.svg?65786956#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?35196472#fontello') format('svg');
src: url('../font/fontello.svg?65786956#fontello') format('svg');
}
}
*/
@@ -152,6 +152,7 @@
.icon-th-list-1:before { content: '\e85c'; } /* '' */
.icon-fire:before { content: '\e85d'; } /* '' */
.icon-cone:before { content: '\e85e'; } /* '' */
.icon-king:before { content: '\e85f'; } /* '' */
.icon-user-1:before { content: '\e86c'; } /* '' */
.icon-user-minus:before { content: '\e86d'; } /* '' */
.icon-robot-head:before { content: '\e87e'; } /* '' */