Skip to content

Commit 8c2a481

Browse files
committed
fix merge conflicts p2
1 parent f48cb55 commit 8c2a481

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eNMS/models/administration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ def update(self, **kwargs):
5858
):
5959
kwargs["password"] = argon2.hash(kwargs["password"])
6060
super().update(**kwargs)
61-
if not kwargs.get("import_mechanism", False):
62-
self.update_rbac()
6361

6462

6563
class Access(AbstractBase):

0 commit comments

Comments
 (0)