mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
refactor: remove print logs from back migrations
This commit is contained in:
parent
343718cd2a
commit
d36e8af571
@ -67,7 +67,6 @@ def update_user_empty_password():
|
||||
try:
|
||||
users = User.objects.filter(password="")
|
||||
updated_users = []
|
||||
print(users)
|
||||
|
||||
for user in users:
|
||||
user.password = make_password(uuid.uuid4().hex)
|
||||
|
Loading…
Reference in New Issue
Block a user