diff options
Diffstat (limited to 'templates/show_add_user.inc.php')
-rw-r--r-- | templates/show_add_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index dbe57aa4..c52c33de 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -20,7 +20,7 @@ */ $form_string = generate_password('32'); -$_SESSION['forms']['createuser'] = $form_string; +$_SESSION['forms']['adminuser'] = $form_string; ?> <?php show_box_top(_('Adding a New User')); ?> <?php Error::display('general'); ?> |