Skip to content

Commit

Permalink
fix: pwd change in setttings (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft authored Aug 29, 2024
1 parent 971ffcc commit d880294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ktem/ktem/pages/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def user_tab(self):
self.password_change_btn = gr.Button("Change password", interactive=True)

def change_password(self, user_id, password, password_confirm):
from ktem.pages.admin.user import validate_password
from ktem.pages.resources.user import validate_password

errors = validate_password(password, password_confirm)
if errors:
Expand Down

0 comments on commit d880294

Please sign in to comment.