Skip to content
Snippets Groups Projects
Verified Commit 3f00608b authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

hotfix: hubl-workaround-493

parent 2db2341a
No related branches found
No related tags found
No related merge requests found
Pipeline #5606 passed
......@@ -95,6 +95,9 @@ class LDPUser(AbstractUser, Model):
return webid
def save(self, *args, **kwargs):
if self.username == "hubl-workaround-493":
return
if self.password == "":
self.password = uuid.uuid4().hex.upper()[0:8]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment