diff --git a/ceod/db/MySQLService.py b/ceod/db/MySQLService.py index 34bd0bf..4e9639a 100644 --- a/ceod/db/MySQLService.py +++ b/ceod/db/MySQLService.py @@ -70,7 +70,6 @@ class MySQLService: password = gen_password() search_for_user = f"SELECT user FROM mysql.user WHERE user='{username}'" reset_password = f""" - ALTER USER '{username}'@'localhost' IDENTIFIED BY %(password)s; ALTER USER '{username}'@'%' IDENTIFIED BY %(password)s; """