mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
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:
parent
158e99573b
commit
27cd5cde9e
26 changed files with 2144 additions and 467 deletions
|
@ -579,9 +579,6 @@ $conf['default_user_id'] = $conf['guest_id'];
|
|||
// if language isn't available PHPWG_DEFAULT_LANGUAGE is used as previously
|
||||
$conf['browser_language'] = true;
|
||||
|
||||
// webmaster_id : webmaster'id.
|
||||
$conf['webmaster_id'] = 1;
|
||||
|
||||
// does the guest have access ?
|
||||
// (not a security feature, set your categories "private" too)
|
||||
// If false it'll be redirected from index.php to identification.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue