mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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 />");
|
||||
?>
|
||||
Password <input style='margin: 1px;' name='new_password' id='new_password' type=password /><br />
|
||||
|
||||
Reference in New Issue
Block a user