Commit bfa29ab1 by Kálmán Viktor

dashboard: fix store user create

parent 95ffcdb5
...@@ -121,8 +121,8 @@ class Store(object): ...@@ -121,8 +121,8 @@ class Store(object):
return False return False
def create_user(self, password, keys, quota): def create_user(self, password, keys, quota):
self._request("/new/" + self.username, SMBPASSWD=password, KEYS=keys, self._request("/new/" + self.username, method=post,
QUOTA=quota) SMBPASSWD=password, KEYS=keys, QUOTA=quota)
@staticmethod @staticmethod
def _process_list(content): def _process_list(content):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment