diff options
| author | 2019-05-30 17:27:48 +0100 | |
|---|---|---|
| committer | 2019-05-30 17:27:48 +0100 | |
| commit | f7f476e40b0a674def8c59a2ed33be5ff0aa3205 (patch) | |
| tree | f2597a29021b1a91a9b3630751682243b63edf7d /modules | |
| parent | Hex-encode master passwords, instead of b64, to avoid "strange" chars (diff) | |
| signature | ||
Remove empty _random_string declaration
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/permissions/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/permissions/__init__.py b/modules/permissions/__init__.py index b53ff875..3e2ce3f1 100644 --- a/modules/permissions/__init__.py +++ b/modules/permissions/__init__.py @@ -51,8 +51,6 @@ class Module(ModuleManager.BaseModule): (None, None)) return hash, salt - def _random_string(self, n): - def _make_salt(self): return base64.b64encode(os.urandom(64)).decode("utf8") |
