diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-19 05:42:37 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-19 05:42:37 +0000 |
commit | 1d5954c206a9ee3df74bee6197770794854313fc (patch) | |
tree | 11461a4cfee0dc5d552563f6c868f14cee732c59 /bin/mozilla | |
parent | 22ef8cb0ad0ac9758c3d9dde8b798350a4ba7583 (diff) |
Added superuser login for admin.pl and User.pm
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@117 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/mozilla')
-rwxr-xr-x | bin/mozilla/admin.pl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 9ebc29de..5da3a86e 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -1165,13 +1165,18 @@ sub dbselect_source { <tr> <th align="right">|.$locale->text('User').qq|</th> <td><input name="dbuser" size="10" value="$form->{dbuser}" /></td> - <th align="right">|.$locale->text('Password').qq|</th> - <td><input type="password" name="dbpasswd" size="10" /></td> +<th align="right">|.$locale->text('Password').qq|</th> +<td><input type="password" name="dbpasswd" size="10" /></td> </tr> <tr> <th align="right">$form->{connectstring}</th> <td colspan="3"><input name="dbdefault" size="10" value="$form->{dbdefault}" /></td> </tr> +<th align="right">|.$locale->text("Superuser").qq|</th> + <td><input name="dbsuperuser" size="10" value="$form->{dbsuperuser}" /></td> +<th align="right">|.$locale->text('Password').qq|</th> +<td><input type="password" name="dbsuperpasswd" size="10" /></td> + </table> </td> </tr> @@ -1317,7 +1322,7 @@ sub create_dataset { </table> |; - $form->hide_form(qw(dbdriver dbuser dbhost dbport dbpasswd dbdefault path sessionid)); + $form->hide_form(qw(dbdriver dbsuperuser dbsuperpasswd dbuser dbhost dbport dbpasswd dbdefault path sessionid)); print qq| <input name="callback" type="hidden" value="$form->{script}?action=list_users&path=$form->{path}&sessionid=$form->{sessionid}" /> |