mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
user manager, ability to open the user add form with url parameter
to prepare the Tour of 2.9 new features
This commit is contained in:
@@ -135,6 +135,11 @@ $template->assign(
|
||||
)
|
||||
);
|
||||
|
||||
if (isset($_GET['show_add_user']))
|
||||
{
|
||||
$template->assign('show_add_user', true);
|
||||
}
|
||||
|
||||
// Status options
|
||||
foreach (get_enums(USER_INFOS_TABLE, 'status') as $status)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user