Open zyh3826 opened 2 months ago
Hi @zyh3826 - we'll open a bug for this. If you're comfortable using Django directly, you could try using label-studio shell
then selecting the user via the User
queryset, and calling set_password
, then saving the user: https://docs.djangoproject.com/en/5.1/ref/contrib/auth/#django.contrib.auth.models.User.set_password
/jira create
Workflow run Jira issue TRIAG-821 is created
Describe the bug A clear and concise description of what the bug is. use SDK to list the users, find but I use
label-studio reset_password --data-dir xxx
, got: can not find the user, I test all other users, but I always get this message. and also testedlabel-studio user --username usclyy --data-dir xxx
, but still can not find the username. To Reproduce Steps to reproduce the behavior:nohup label-studio start -p $port --data-dir $data_dir > $log_file 2>&1 &
Environment (please complete the following information):