mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
fix adding user via webinterface
git-svn-id: http://www.observium.org/svn/observer/trunk@2536 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -42,7 +42,7 @@ else
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo("<form method='post' action='?page=adduser'> <input type='hidden' value='add' name='action'>");
|
echo("<form method='post' action='adduser/'> <input type='hidden' value='add' name='action'>");
|
||||||
echo("Username <input style='margin: 1px;' name='new_username'></input><br />");
|
echo("Username <input style='margin: 1px;' name='new_username'></input><br />");
|
||||||
?>
|
?>
|
||||||
Password <input style='margin: 1px;' name='new_password' id='new_password' type=password /><br />
|
Password <input style='margin: 1px;' name='new_password' id='new_password' type=password /><br />
|
||||||
|
|||||||
Reference in New Issue
Block a user